summaryrefslogtreecommitdiffstats
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 db0b59f01090..dd0fd4df5a9e 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -416,7 +416,7 @@ namespace DOM
m_xEntityResolver = xER;
}
- Reference< XEntityResolver > SAL_CALL CDocumentBuilder::getEntityResolver()
+ Reference< XEntityResolver > CDocumentBuilder::getEntityResolver()
{
::osl::MutexGuard const g(m_Mutex);