summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-26 10:42:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-26 10:42:02 +0000
commit7b78b70a52b7b508a49043d9394ea3f2f5017220 (patch)
treed65cd0cebaf0944aff537eae5c3450dedeaf1a53 /xmlhelp
parent2127fa0ac669918cb784e7b9e6f9f52c8dcc6721 (diff)
#92924# exception specifications
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/treeview/tvfactory.cxx4
-rw-r--r--xmlhelp/source/treeview/tvfactory.hxx4
-rw-r--r--xmlhelp/source/treeview/tvread.cxx4
-rw-r--r--xmlhelp/source/treeview/tvread.hxx4
4 files changed, 8 insertions, 8 deletions
diff --git a/xmlhelp/source/treeview/tvfactory.cxx b/xmlhelp/source/treeview/tvfactory.cxx
index b1aa326c724a..1b3ff4f6a895 100644
--- a/xmlhelp/source/treeview/tvfactory.cxx
+++ b/xmlhelp/source/treeview/tvfactory.cxx
@@ -42,7 +42,7 @@ TVFactory::~TVFactory()
void SAL_CALL
TVFactory::acquire(
void )
- throw( RuntimeException )
+ throw()
{
OWeakObject::acquire();
}
@@ -51,7 +51,7 @@ TVFactory::acquire(
void SAL_CALL
TVFactory::release(
void )
- throw( RuntimeException )
+ throw()
{
OWeakObject::release();
}
diff --git a/xmlhelp/source/treeview/tvfactory.hxx b/xmlhelp/source/treeview/tvfactory.hxx
index 0e2b6528907e..83f196ff458b 100644
--- a/xmlhelp/source/treeview/tvfactory.hxx
+++ b/xmlhelp/source/treeview/tvfactory.hxx
@@ -51,12 +51,12 @@ namespace treeview {
virtual void SAL_CALL
acquire(
void )
- throw( com::sun::star::uno::RuntimeException);
+ throw();
virtual void SAL_CALL
release(
void )
- throw( com::sun::star::uno::RuntimeException);
+ throw();
// XTypeProvider
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx
index 4653b069c78e..d8c774265cf8 100644
--- a/xmlhelp/source/treeview/tvread.cxx
+++ b/xmlhelp/source/treeview/tvread.cxx
@@ -173,7 +173,7 @@ using namespace com::sun::star::container;
void SAL_CALL
TVBase::acquire(
void )
- throw( RuntimeException )
+ throw()
{
OWeakObject::acquire();
}
@@ -182,7 +182,7 @@ TVBase::acquire(
void SAL_CALL
TVBase::release(
void )
- throw( RuntimeException )
+ throw()
{
OWeakObject::release();
}
diff --git a/xmlhelp/source/treeview/tvread.hxx b/xmlhelp/source/treeview/tvread.hxx
index fb2165a077ca..134a5183192d 100644
--- a/xmlhelp/source/treeview/tvread.hxx
+++ b/xmlhelp/source/treeview/tvread.hxx
@@ -83,12 +83,12 @@ namespace treeview {
virtual void SAL_CALL
acquire(
void )
- throw( com::sun::star::uno::RuntimeException);
+ throw();
virtual void SAL_CALL
release(
void )
- throw( com::sun::star::uno::RuntimeException);
+ throw();
// XTypeProvider