summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/childlist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/childlist.cxx')
-rw-r--r--unoxml/source/dom/childlist.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/source/dom/childlist.cxx b/unoxml/source/dom/childlist.cxx
index d301d7aa9a59..3666eeb2b0f7 100644
--- a/unoxml/source/dom/childlist.cxx
+++ b/unoxml/source/dom/childlist.cxx
@@ -39,7 +39,7 @@ namespace DOM
/**
The number of nodes in the list.
*/
- sal_Int32 SAL_CALL CChildList::getLength() throw (RuntimeException, std::exception)
+ sal_Int32 SAL_CALL CChildList::getLength()
{
::osl::MutexGuard const g(m_rMutex);
@@ -63,7 +63,6 @@ namespace DOM
Returns the indexth item in the collection.
*/
Reference< XNode > SAL_CALL CChildList::item(sal_Int32 index)
- throw (RuntimeException, std::exception)
{
::osl::MutexGuard const g(m_rMutex);