[Libreoffice-commits] core.git: sdext/source
Tor Lillqvist
tml at iki.fi
Mon Apr 29 23:39:53 PDT 2013
sdext/source/pdfimport/test/pdf2xml.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e20e2715881e015bd217224bbcbd7d21f617b52a
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Apr 30 09:37:47 2013 +0300
Fix warning: unused variable 'aIniUrl' [loplugin]
Change-Id: I11a2a7e8e1f3f089c3b475df1147cefafecdb376
diff --git a/sdext/source/pdfimport/test/pdf2xml.cxx b/sdext/source/pdfimport/test/pdf2xml.cxx
index 666781b..88b3535 100644
--- a/sdext/source/pdfimport/test/pdf2xml.cxx
+++ b/sdext/source/pdfimport/test/pdf2xml.cxx
@@ -39,7 +39,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
if( argc < 4 )
return 1;
- OUString aBaseURL, aTmpURL, aSrcURL, aDstURL, aIniUrl;
+ OUString aBaseURL, aTmpURL, aSrcURL, aDstURL;
TreeVisitorFactorySharedPtr pTreeFactory;
if( rtl_str_compare(argv[1], "-writer") == 0 )
More information about the Libreoffice-commits
mailing list