From abc6071b7a8af354a56c91e4caecd8afc79f55cc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Nov 2015 14:45:38 +0200 Subject: loplugin:unusedfields various Change-Id: I18f94269a1172cf195ee402384f7144610e1e82d --- unoxml/source/dom/notation.cxx | 1 - unoxml/source/dom/notation.hxx | 3 --- 2 files changed, 4 deletions(-) (limited to 'unoxml') diff --git a/unoxml/source/dom/notation.cxx b/unoxml/source/dom/notation.cxx index f64e31bca34b..9f2aca2bec6f 100644 --- a/unoxml/source/dom/notation.cxx +++ b/unoxml/source/dom/notation.cxx @@ -32,7 +32,6 @@ namespace DOM xmlNotationPtr const pNotation) : CNotation_Base(rDocument, rMutex, NodeType_NOTATION_NODE, reinterpret_cast(pNotation)) - , m_aNotationPtr(pNotation) { } diff --git a/unoxml/source/dom/notation.hxx b/unoxml/source/dom/notation.hxx index 323861f71433..434b1b8d486c 100644 --- a/unoxml/source/dom/notation.hxx +++ b/unoxml/source/dom/notation.hxx @@ -38,9 +38,6 @@ namespace DOM private: friend class CDocument; - private: - xmlNotationPtr m_aNotationPtr; - protected: CNotation(CDocument const& rDocument, ::osl::Mutex const& rMutex, xmlNotationPtr const pNotation); -- cgit