removed unused variable

This commit is contained in:
Christian Lippka 2010-01-06 10:58:09 +01:00
parent 77233aca90
commit fcdda26bdb

View file

@ -1618,8 +1618,6 @@ void ImplPDFExportComments( uno::Reference< drawing::XDrawPage > xPage, vcl::PDF
uno::Reference< office::XAnnotationAccess > xAnnotationAccess( xPage, uno::UNO_QUERY_THROW );
uno::Reference< office::XAnnotationEnumeration > xAnnotationEnumeration( xAnnotationAccess->createAnnotationEnumeration() );
sal_Int32 nIndex = 1;
LanguageType eLanguage = Application::GetSettings().GetLanguage();
while( xAnnotationEnumeration->hasMoreElements() )
{