diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-29 23:06:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-29 23:06:22 +0200 |
commit | fe4e6a9b104173ba7310ff481fcf931d1d6f8601 (patch) | |
tree | 973adbe8ad5a04033f03d1f00c0e4e8e237549b8 /sax | |
parent | 847cdd8efd0662d61d288a4d944edc30e864d145 (diff) |
loplugin:unreffun
Change-Id: I31e62926ddfddc8bbdab681a55cdc381d3275794
Diffstat (limited to 'sax')
-rw-r--r-- | sax/qa/cppunit/xmlimport.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sax/qa/cppunit/xmlimport.cxx b/sax/qa/cppunit/xmlimport.cxx index 0ba32c15578a..bf7cd1512513 100644 --- a/sax/qa/cppunit/xmlimport.cxx +++ b/sax/qa/cppunit/xmlimport.cxx @@ -69,7 +69,6 @@ private: public: TestDocumentHandler() {} - OUString getString() { return m_aStr; } // XDocumentHandler virtual void SAL_CALL startDocument() throw (xml::sax::SAXException, RuntimeException, std::exception) override; |