diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:11:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:11:27 +0200 |
commit | 4f9071a043b5fef867dda289faaf972d009d185e (patch) | |
tree | 9bab5197c681ae6ecc1fcaee15bd7463e30692a1 /comphelper/source/xml | |
parent | f734ff4df27d47c525dae194badf2ae3b2dfd834 (diff) |
-Werror,-Wunused-variable
Change-Id: Ia04f136a821908591d0701c804518e656aa2083a
Diffstat (limited to 'comphelper/source/xml')
-rw-r--r-- | comphelper/source/xml/ofopxmlhelper.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/source/xml/ofopxmlhelper.cxx b/comphelper/source/xml/ofopxmlhelper.cxx index 6a98d305cf9b..babde9aa7194 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 ); |