summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/entitiesmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/entitiesmap.cxx')
-rw-r--r--unoxml/source/dom/entitiesmap.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/unoxml/source/dom/entitiesmap.cxx b/unoxml/source/dom/entitiesmap.cxx
index 2baf464e27af..34abbfae3152 100644
--- a/unoxml/source/dom/entitiesmap.cxx
+++ b/unoxml/source/dom/entitiesmap.cxx
@@ -24,10 +24,8 @@
namespace DOM
{
- CEntitiesMap::CEntitiesMap(::rtl::Reference<CDocumentType> const& pDocType,
- ::osl::Mutex & rMutex)
+ CEntitiesMap::CEntitiesMap(::rtl::Reference<CDocumentType> const& pDocType)
: m_pDocType(pDocType)
- , m_rMutex(rMutex)
{
}