summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/notationsmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/notationsmap.cxx')
-rw-r--r--unoxml/source/dom/notationsmap.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/unoxml/source/dom/notationsmap.cxx b/unoxml/source/dom/notationsmap.cxx
index 6e84d07982f0..d2fc182cab8a 100644
--- a/unoxml/source/dom/notationsmap.cxx
+++ b/unoxml/source/dom/notationsmap.cxx
@@ -28,9 +28,7 @@ using namespace css::xml::dom;
namespace DOM
{
- CNotationsMap::CNotationsMap(
- ::rtl::Reference<CDocumentType> const& pDocType)
- : m_pDocType(pDocType)
+ CNotationsMap::CNotationsMap()
{
}