[Libreoffice-commits] core.git: comphelper/source
Stephan Bergmann
sbergman at redhat.com
Wed Oct 2 08:11:50 PDT 2013
comphelper/source/xml/ofopxmlhelper.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 4f9071a043b5fef867dda289faaf972d009d185e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Oct 2 17:11:27 2013 +0200
-Werror,-Wunused-variable
Change-Id: Ia04f136a821908591d0701c804518e656aa2083a
diff --git a/comphelper/source/xml/ofopxmlhelper.cxx b/comphelper/source/xml/ofopxmlhelper.cxx
index 6a98d30..babde9a 100644
--- a/comphelper/source/xml/ofopxmlhelper.cxx
+++ b/comphelper/source/xml/ofopxmlhelper.cxx
@@ -185,8 +185,6 @@ uno::Sequence< uno::Sequence< beans::StringPair > > SAL_CALL OFOPXMLHelper::Read
if ( !xContext.is() || !xInStream.is() || nFormat > FORMAT_MAX_ID )
throw uno::RuntimeException();
- uno::Sequence< uno::Sequence< beans::StringPair > > aResult;
-
uno::Reference< xml::sax::XParser > xParser = xml::sax::Parser::create( xContext );
OFOPXMLHelper* pHelper = new OFOPXMLHelper( nFormat );
More information about the Libreoffice-commits
mailing list