summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/notation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/notation.cxx')
-rw-r--r--unoxml/source/dom/notation.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unoxml/source/dom/notation.cxx b/unoxml/source/dom/notation.cxx
index 2fa8e3f6f71b..f3a137b3c712 100644
--- a/unoxml/source/dom/notation.cxx
+++ b/unoxml/source/dom/notation.cxx
@@ -35,7 +35,7 @@ namespace DOM
{
}
- OUString SAL_CALL CNotation::getPublicId() throw (RuntimeException, std::exception)
+ OUString SAL_CALL CNotation::getPublicId()
{
OSL_ENSURE(false,
"CNotation::getPublicId: not implemented (#i113683#)");
@@ -45,7 +45,7 @@ namespace DOM
/**
The system identifier of this notation.
*/
- OUString SAL_CALL CNotation::getSystemId() throw (RuntimeException, std::exception)
+ OUString SAL_CALL CNotation::getSystemId()
{
OSL_ENSURE(false,
"CNotation::getSystemId: not implemented (#i113683#)");
@@ -53,7 +53,7 @@ namespace DOM
}
- OUString SAL_CALL CNotation::getNodeName()throw (RuntimeException, std::exception)
+ OUString SAL_CALL CNotation::getNodeName()
{
::osl::MutexGuard const g(m_rMutex);
@@ -66,7 +66,7 @@ namespace DOM
return aName;
}
- OUString SAL_CALL CNotation::getNodeValue() throw (RuntimeException, std::exception)
+ OUString SAL_CALL CNotation::getNodeValue()
{
return OUString();
}