summaryrefslogtreecommitdiff
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.cxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/unoxml/source/dom/entitiesmap.cxx b/unoxml/source/dom/entitiesmap.cxx
index a281fa1b07ce..c75b70d9e853 100644
--- a/unoxml/source/dom/entitiesmap.cxx
+++ b/unoxml/source/dom/entitiesmap.cxx
@@ -35,7 +35,7 @@ namespace DOM
/**
The number of nodes in this map.
*/
- sal_Int32 SAL_CALL CEntitiesMap::getLength() throw (RuntimeException, std::exception)
+ sal_Int32 SAL_CALL CEntitiesMap::getLength()
{
OSL_ENSURE(false,
"CEntitiesMap::getLength: not implemented (#i113683#)");
@@ -46,7 +46,7 @@ namespace DOM
Retrieves a node specified by local name
*/
Reference< XNode > SAL_CALL
- CEntitiesMap::getNamedItem(OUString const& /*name*/) throw (RuntimeException, std::exception)
+ CEntitiesMap::getNamedItem(OUString const& /*name*/)
{
OSL_ENSURE(false,
"CEntitiesMap::getNamedItem: not implemented (#i113683#)");
@@ -59,7 +59,6 @@ namespace DOM
Reference< XNode > SAL_CALL
CEntitiesMap::getNamedItemNS(
OUString const& /*namespaceURI*/, OUString const& /*localName*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::getNamedItemNS: not implemented (#i113683#)");
@@ -70,7 +69,7 @@ namespace DOM
Returns the indexth item in the map.
*/
Reference< XNode > SAL_CALL
- CEntitiesMap::item(sal_Int32 /*index*/) throw (RuntimeException, std::exception)
+ CEntitiesMap::item(sal_Int32 /*index*/)
{
OSL_ENSURE(false, "CEntitiesMap::item: not implemented (#i113683#)");
return Reference< XNode >();
@@ -81,7 +80,6 @@ namespace DOM
*/
Reference< XNode > SAL_CALL
CEntitiesMap::removeNamedItem(OUString const& /*name*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::removeNamedItem: not implemented (#i113683#)");
@@ -94,7 +92,6 @@ namespace DOM
Reference< XNode > SAL_CALL
CEntitiesMap::removeNamedItemNS(
OUString const& /*namespaceURI*/, OUString const& /*localName*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::removeNamedItemNS: not implemented (#i113683#)");
@@ -106,7 +103,6 @@ namespace DOM
*/
Reference< XNode > SAL_CALL
CEntitiesMap::setNamedItem(Reference< XNode > const& /*arg*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::setNamedItem: not implemented (#i113683#)");
@@ -118,7 +114,6 @@ namespace DOM
*/
Reference< XNode > SAL_CALL
CEntitiesMap::setNamedItemNS(Reference< XNode > const& /*arg*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CEntitiesMap::setNamedItemNS: not implemented (#i113683#)");