[Libreoffice-commits] core.git: sfx2/source

Stephan Bergmann sbergman at redhat.com
Wed Oct 2 08:46:45 PDT 2013


 sfx2/source/doc/doctemplateslocal.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 435b7a22786934072c6d60717803fdf95d468991
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 2 17:46:19 2013 +0200

    -Werror,-Wunused-variable
    
    Change-Id: I55da6a2df8c65460204f66679156516db1370b07

diff --git a/sfx2/source/doc/doctemplateslocal.cxx b/sfx2/source/doc/doctemplateslocal.cxx
index 3432fdf..f528701 100644
--- a/sfx2/source/doc/doctemplateslocal.cxx
+++ b/sfx2/source/doc/doctemplateslocal.cxx
@@ -96,8 +96,6 @@ uno::Sequence< beans::StringPair > SAL_CALL DocTemplLocaleHelper::ReadLocalizati
     if ( !xContext.is() || !xInStream.is() )
         throw uno::RuntimeException();
 
-    uno::Sequence< beans::StringPair > aResult;
-
     uno::Reference< xml::sax::XParser > xParser = xml::sax::Parser::create( xContext );
 
     DocTemplLocaleHelper* pHelper = new DocTemplLocaleHelper();


More information about the Libreoffice-commits mailing list