summaryrefslogtreecommitdiff
path: root/unoxml/source/xpath/nodelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/xpath/nodelist.hxx')
-rw-r--r--unoxml/source/xpath/nodelist.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/xpath/nodelist.hxx b/unoxml/source/xpath/nodelist.hxx
index 91312de21650..a9923a10421a 100644
--- a/unoxml/source/xpath/nodelist.hxx
+++ b/unoxml/source/xpath/nodelist.hxx
@@ -64,12 +64,12 @@ namespace XPath
/**
The number of nodes in the list.
*/
- virtual sal_Int32 SAL_CALL getLength() throw (RuntimeException);
+ virtual sal_Int32 SAL_CALL getLength() throw (RuntimeException, std::exception);
/**
Returns the indexth item in the collection.
*/
virtual Reference< XNode > SAL_CALL item(sal_Int32 index)
- throw (RuntimeException);
+ throw (RuntimeException, std::exception);
};
}