summaryrefslogtreecommitdiffstats
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 cb446c17bfaf..e955c18a5ede 100644
--- a/unoxml/source/dom/notationsmap.cxx
+++ b/unoxml/source/dom/notationsmap.cxx
@@ -25,10 +25,8 @@
namespace DOM
{
CNotationsMap::CNotationsMap(
- ::rtl::Reference<CDocumentType> const& pDocType,
- ::osl::Mutex & rMutex)
+ ::rtl::Reference<CDocumentType> const& pDocType)
: m_pDocType(pDocType)
- , m_rMutex(rMutex)
{
}