diff options
Diffstat (limited to 'unoxml/source/dom/notationsmap.hxx')
-rw-r--r-- | unoxml/source/dom/notationsmap.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unoxml/source/dom/notationsmap.hxx b/unoxml/source/dom/notationsmap.hxx index d07277e1928f..a68452e44fd8 100644 --- a/unoxml/source/dom/notationsmap.hxx +++ b/unoxml/source/dom/notationsmap.hxx @@ -36,11 +36,8 @@ namespace DOM class CNotationsMap : public cppu::WeakImplHelper< css::xml::dom::XNamedNodeMap > { - private: - ::rtl::Reference<CDocumentType> const m_pDocType; - public: - CNotationsMap(::rtl::Reference<CDocumentType> const& pDocType); + CNotationsMap(); /** The number of nodes in this map. |