summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/entityreference.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/entityreference.cxx')
-rw-r--r--unoxml/source/dom/entityreference.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/entityreference.cxx b/unoxml/source/dom/entityreference.cxx
index 6d62e69d576c..f4955aeba88b 100644
--- a/unoxml/source/dom/entityreference.cxx
+++ b/unoxml/source/dom/entityreference.cxx
@@ -49,7 +49,7 @@ namespace DOM
}
}
- OUString SAL_CALL CEntityReference::getNodeName()throw (RuntimeException, std::exception)
+ OUString SAL_CALL CEntityReference::getNodeName()
{
::osl::MutexGuard const g(m_rMutex);
@@ -62,7 +62,7 @@ namespace DOM
return aName;
}
- OUString SAL_CALL CEntityReference::getNodeValue() throw (RuntimeException, std::exception)
+ OUString SAL_CALL CEntityReference::getNodeValue()
{
return OUString();
}