sax/qa/cppunit/xmlimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 59a6454b66213cabee3d4ebe1f007cbca1a644e1 Author: Stephan Bergmann <[email protected]> Date: Sun May 22 21:44:51 2016 +0200 -Werror,-Wunused-private-field Change-Id: I286afa5f5f849217c282c8408822522d9ce5a10b diff --git a/sax/qa/cppunit/xmlimport.cxx b/sax/qa/cppunit/xmlimport.cxx index 33a0837..204c45d 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() {} _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
