summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/document.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/document.cxx')
-rw-r--r--unoxml/source/dom/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/document.cxx b/unoxml/source/dom/document.cxx
index 9911c33e9ab2..b9c167ee2486 100644
--- a/unoxml/source/dom/document.cxx
+++ b/unoxml/source/dom/document.cxx
@@ -89,7 +89,7 @@ namespace DOM
NodeType_DOCUMENT_NODE, reinterpret_cast<xmlNodePtr>(pDoc))
, m_aDocPtr(pDoc)
, m_streamListeners()
- , m_pEventDispatcher(new events::CEventDispatcher())
+ , m_pEventDispatcher(new events::CEventDispatcher)
{
}