summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2001-12-06 09:05:49 +0000
committerOliver Bolte <obo@openoffice.org>2001-12-06 09:05:49 +0000
commit7d67ab96b5fb58ec033d851d9611c44e6044b959 (patch)
treeb34a0b8cfcc6bde0f76567552fdea53feb31d3bd
parent40b58658b7c4aa255b9722f23a597c79177cf2ef (diff)
#65293# exception specification linux
-rw-r--r--comphelper/inc/comphelper/SettingsHelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/SettingsHelper.hxx b/comphelper/inc/comphelper/SettingsHelper.hxx
index 0adbb3de2595..9dd23799e6b6 100644
--- a/comphelper/inc/comphelper/SettingsHelper.hxx
+++ b/comphelper/inc/comphelper/SettingsHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SettingsHelper.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mtg $ $Date: 2001-11-27 18:41:47 $
+ * last change: $Author: obo $ $Date: 2001-12-06 10:05:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ namespace comphelper
SettingsHelperNoState ( ComphelperBaseInfo *pInfo, ::vos::IMutex *pMutex = NULL)
: ComphelperBase ( pInfo, pMutex )
{}
- virtual ~SettingsHelperNoState () {}
+ virtual ~SettingsHelperNoState () throw( ) {}
com::sun::star::uno::Any SAL_CALL queryInterface( const com::sun::star::uno::Type& aType ) throw (com::sun::star::uno::RuntimeException)
{ return HelperBaseNoState::queryInterface( aType ); }
void SAL_CALL acquire( ) throw ()