summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/notationsmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/notationsmap.cxx')
-rw-r--r--unoxml/source/dom/notationsmap.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/unoxml/source/dom/notationsmap.cxx b/unoxml/source/dom/notationsmap.cxx
index d2fc182cab8a..30bb0e456d25 100644
--- a/unoxml/source/dom/notationsmap.cxx
+++ b/unoxml/source/dom/notationsmap.cxx
@@ -35,7 +35,7 @@ namespace DOM
/**
The number of nodes in this map.
*/
- sal_Int32 SAL_CALL CNotationsMap::getLength() throw (RuntimeException, std::exception)
+ sal_Int32 SAL_CALL CNotationsMap::getLength()
{
OSL_ENSURE(false,
"CNotationsMap::getLength: not implemented (#i113683#)");
@@ -47,7 +47,6 @@ namespace DOM
*/
Reference< XNode > SAL_CALL
CNotationsMap::getNamedItem(OUString const& /*name*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CNotationsMap::getNamedItem: not implemented (#i113683#)");
@@ -60,7 +59,6 @@ namespace DOM
Reference< XNode > SAL_CALL
CNotationsMap::getNamedItemNS(
OUString const& /*namespaceURI*/, OUString const& /*localName*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CNotationsMap::getNamedItemNS: not implemented (#i113683#)");
@@ -71,7 +69,7 @@ namespace DOM
Returns the indexth item in the map.
*/
Reference< XNode > SAL_CALL
- CNotationsMap::item(sal_Int32 /*index*/) throw (RuntimeException, std::exception)
+ CNotationsMap::item(sal_Int32 /*index*/)
{
OSL_ENSURE(false, "CNotationsMap::item: not implemented (#i113683#)");
return Reference< XNode >();
@@ -82,7 +80,6 @@ namespace DOM
*/
Reference< XNode > SAL_CALL
CNotationsMap::removeNamedItem(OUString const& /*name*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CNotationsMap::removeNamedItem: not implemented (#i113683#)");
@@ -95,7 +92,6 @@ namespace DOM
Reference< XNode > SAL_CALL
CNotationsMap::removeNamedItemNS(
OUString const& /*namespaceURI*/, OUString const& /*localName*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CNotationsMap::removeNamedItemNS: not implemented (#i113683#)");
@@ -107,7 +103,6 @@ namespace DOM
*/
Reference< XNode > SAL_CALL
CNotationsMap::setNamedItem(Reference< XNode > const& /*arg*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CNotationsMap::setNamedItem: not implemented (#i113683#)");
@@ -119,7 +114,6 @@ namespace DOM
*/
Reference< XNode > SAL_CALL
CNotationsMap::setNamedItemNS(Reference< XNode > const& /*arg*/)
- throw (RuntimeException, std::exception)
{
OSL_ENSURE(false,
"CNotationsMap::setNamedItemNS: not implemented (#i113683#)");