diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:39:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:41:05 +0200 |
commit | 21478710024dbddc89a2e8f0b2ba672ef0f85c4f (patch) | |
tree | e15bc0cdab81c89818f99d40dfa121d02cdd194b | |
parent | 38e9686b5b2ea6341d5494ce5fe7bbc64d4c3011 (diff) |
-Werror,-Wunused-variable
Change-Id: I50ec542176d1f6dbc731a0b20380c77930aa8fdc
-rw-r--r-- | sax/source/expatwrap/xml2utf.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sax/source/expatwrap/xml2utf.cxx b/sax/source/expatwrap/xml2utf.cxx index ee14f7817443..865818308541 100644 --- a/sax/source/expatwrap/xml2utf.cxx +++ b/sax/source/expatwrap/xml2utf.cxx @@ -38,7 +38,6 @@ namespace sax_expatwrap { sal_Int32 XMLFile2UTFConverter::readAndConvert( Sequence<sal_Int8> &seq , sal_Int32 nMaxToRead ) throw ( IOException, NotConnectedException , BufferSizeExceededException , RuntimeException ) { - if( ! m_in.is() ) { throw NotConnectedException(); } |