summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-30 09:37:47 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-30 09:37:47 +0300
commite20e2715881e015bd217224bbcbd7d21f617b52a (patch)
tree85515d81857a7ed11228b2418e00308d563b8697 /sdext
parent3872be543252a30d020e35233415c5fccc0ea806 (diff)
Fix warning: unused variable 'aIniUrl' [loplugin]
Change-Id: I11a2a7e8e1f3f089c3b475df1147cefafecdb376
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/test/pdf2xml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/test/pdf2xml.cxx b/sdext/source/pdfimport/test/pdf2xml.cxx
index 666781b206a4..88b3535bfff1 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 )