[Libreoffice-commits] core.git: sax/qa

Stephan Bergmann sbergman at redhat.com
Sun May 22 19:45:20 UTC 2016


 sax/qa/cppunit/xmlimport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 59a6454b66213cabee3d4ebe1f007cbca1a644e1
Author: Stephan Bergmann <sbergman at redhat.com>
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() {}


More information about the Libreoffice-commits mailing list