summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/documentbuilder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/documentbuilder.cxx')
-rw-r--r--unoxml/source/dom/documentbuilder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
index 0a3e80dc9767..b8f79f6fe9a8 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -87,7 +87,7 @@ namespace DOM
};
CDocumentBuilder::CDocumentBuilder()
- : m_xEntityResolver(new CDefaultEntityResolver())
+ : m_xEntityResolver(new CDefaultEntityResolver)
{
// init libxml. libxml will protect itself against multiple
// initializations so there is no problem here if this gets