summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/entity.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/entity.hxx')
-rw-r--r--unoxml/source/dom/entity.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/unoxml/source/dom/entity.hxx b/unoxml/source/dom/entity.hxx
index 51c10ce00005..bed4820bec9b 100644
--- a/unoxml/source/dom/entity.hxx
+++ b/unoxml/source/dom/entity.hxx
@@ -41,10 +41,8 @@ namespace DOM
private:
friend class CDocument;
- private:
xmlEntityPtr m_aEntityPtr;
- protected:
CEntity(CDocument const& rDocument, ::osl::Mutex const& rMutex,
xmlEntityPtr const pEntity);