summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-26 14:08:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-26 14:08:52 +0000
commite9b63ab5197a28a70304f08cd9b847fa645936f0 (patch)
tree22e7bcf8f64547c1ac9429724ca9af170f76f63c /cppuhelper
parentef6c9a2a3eea5168f073d8714b6f7df70d534921 (diff)
#65293#: exception specifications
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/factory.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx
index 14f59a99a415..9b3b900aa97c 100644
--- a/cppuhelper/source/factory.cxx
+++ b/cppuhelper/source/factory.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: factory.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: dbo $ $Date: 2001-07-04 08:50:23 $
+ * last change: $Author: hr $ $Date: 2001-09-26 15:08:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -376,9 +376,9 @@ public:
// XInterface
Any SAL_CALL queryInterface( const Type & rType )
throw(::com::sun::star::uno::RuntimeException);
- void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException)
+ void SAL_CALL acquire() throw()
{ OComponentHelper::acquire(); }
- void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException)
+ void SAL_CALL release() throw()
{ OComponentHelper::release(); }
// XSingleServiceFactory