sdext/source/pdfimport/test/pdf2xml.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e20e2715881e015bd217224bbcbd7d21f617b52a
Author: Tor Lillqvist <t...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to