summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/entitiesmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/entitiesmap.cxx')
-rw-r--r--unoxml/source/dom/entitiesmap.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/unoxml/source/dom/entitiesmap.cxx b/unoxml/source/dom/entitiesmap.cxx
index 34abbfae3152..88d09fb26cc0 100644
--- a/unoxml/source/dom/entitiesmap.cxx
+++ b/unoxml/source/dom/entitiesmap.cxx
@@ -32,7 +32,7 @@ namespace DOM
/**
The number of nodes in this map.
*/
- sal_Int32 SAL_CALL CEntitiesMap::getLength() throw (RuntimeException)
+ sal_Int32 SAL_CALL CEntitiesMap::getLength() throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::getLength: not implemented (#i113683#)");
@@ -43,7 +43,7 @@ namespace DOM
Retrieves a node specified by local name
*/
Reference< XNode > SAL_CALL
- CEntitiesMap::getNamedItem(OUString const& /*name*/) throw (RuntimeException)
+ CEntitiesMap::getNamedItem(OUString const& /*name*/) throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::getNamedItem: not implemented (#i113683#)");
@@ -56,7 +56,7 @@ namespace DOM
Reference< XNode > SAL_CALL
CEntitiesMap::getNamedItemNS(
OUString const& /*namespaceURI*/, OUString const& /*localName*/)
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::getNamedItemNS: not implemented (#i113683#)");
@@ -67,7 +67,7 @@ namespace DOM
Returns the indexth item in the map.
*/
Reference< XNode > SAL_CALL
- CEntitiesMap::item(sal_Int32 /*index*/) throw (RuntimeException)
+ CEntitiesMap::item(sal_Int32 /*index*/) throw (RuntimeException, std::exception)
{
OSL_ENSURE(false, "CEntitiesMap::item: not implemented (#i113683#)");
return Reference< XNode >();
@@ -78,7 +78,7 @@ namespace DOM
*/
Reference< XNode > SAL_CALL
CEntitiesMap::removeNamedItem(OUString const& /*name*/)
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::removeNamedItem: not implemented (#i113683#)");
@@ -91,7 +91,7 @@ namespace DOM
Reference< XNode > SAL_CALL
CEntitiesMap::removeNamedItemNS(
OUString const& /*namespaceURI*/, OUString const& /*localName*/)
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::removeNamedItemNS: not implemented (#i113683#)");
@@ -103,7 +103,7 @@ namespace DOM
*/
Reference< XNode > SAL_CALL
CEntitiesMap::setNamedItem(Reference< XNode > const& /*arg*/)
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::setNamedItem: not implemented (#i113683#)");
@@ -115,7 +115,7 @@ namespace DOM
*/
Reference< XNode > SAL_CALL
CEntitiesMap::setNamedItemNS(Reference< XNode > const& /*arg*/)
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::setNamedItemNS: not implemented (#i113683#)");