summaryrefslogtreecommitdiff
path: root/xmlhelp/source/treeview/tvfactory.cxx
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/source/treeview/tvfactory.cxx
parent2127fa0ac669918cb784e7b9e6f9f52c8dcc6721 (diff)
#92924# exception specifications
Diffstat (limited to 'xmlhelp/source/treeview/tvfactory.cxx')
-rw-r--r--xmlhelp/source/treeview/tvfactory.cxx4
1 files changed, 2 insertions, 2 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();
}