summaryrefslogtreecommitdiff
path: root/unoxml/source/xpath/nodelist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/xpath/nodelist.cxx')
-rw-r--r--unoxml/source/xpath/nodelist.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/source/xpath/nodelist.cxx b/unoxml/source/xpath/nodelist.cxx
index 766a96e80ee9..93fcc111d87f 100644
--- a/unoxml/source/xpath/nodelist.cxx
+++ b/unoxml/source/xpath/nodelist.cxx
@@ -44,7 +44,7 @@ namespace XPath
/**
The number of nodes in the list.
*/
- sal_Int32 SAL_CALL CNodeList::getLength() throw (RuntimeException, std::exception)
+ sal_Int32 SAL_CALL CNodeList::getLength()
{
::osl::MutexGuard const g(m_rMutex);
@@ -58,7 +58,6 @@ namespace XPath
Returns the indexth item in the collection.
*/
Reference< XNode > SAL_CALL CNodeList::item(sal_Int32 index)
- throw (RuntimeException, std::exception)
{
::osl::MutexGuard const g(m_rMutex);