removed unused variable
This commit is contained in:
parent
77233aca90
commit
fcdda26bdb
1 changed files with 0 additions and 2 deletions
|
@ -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() )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue