diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-22 21:44:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-22 21:44:51 +0200 |
commit | 59a6454b66213cabee3d4ebe1f007cbca1a644e1 (patch) | |
tree | bbe605c5dfdc052b1b8d1820c84a3d6ac05234f2 /sax/qa | |
parent | 3a9657b85d2ff5e365c96496ffa749efd4885501 (diff) |
-Werror,-Wunused-private-field
Change-Id: I286afa5f5f849217c282c8408822522d9ce5a10b
Diffstat (limited to 'sax/qa')
-rw-r--r-- | sax/qa/cppunit/xmlimport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/qa/cppunit/xmlimport.cxx b/sax/qa/cppunit/xmlimport.cxx index 33a0837aceb6..204c45d18fd7 100644 --- a/sax/qa/cppunit/xmlimport.cxx +++ b/sax/qa/cppunit/xmlimport.cxx @@ -56,7 +56,7 @@ Reference< XInputStream > createStreamFromFile ( class TestDocumentHandler : public cppu::WeakImplHelper< xml::sax::XDocumentHandler > { private: - OUString m_aStr; + // OUString m_aStr; public: TestDocumentHandler() {} |