diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-03-09 11:15:28 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-03-09 11:15:28 +0000 |
commit | 414591811ccbd8120f697bfc8bfd44c3bb1f28ac (patch) | |
tree | b289b2d67ab60e558a780e0d9a7d65947957e6a3 /cppuhelper/source/servicefactory.cxx | |
parent | fee2a34fc7ce4301dd5335dd7c6072f5696480dd (diff) |
revised function throw () clauses, removed obsolete macros.hxx
Diffstat (limited to 'cppuhelper/source/servicefactory.cxx')
-rw-r--r-- | cppuhelper/source/servicefactory.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/source/servicefactory.cxx b/cppuhelper/source/servicefactory.cxx index ff1400d8fd94..1cf165dc6c17 100644 --- a/cppuhelper/source/servicefactory.cxx +++ b/cppuhelper/source/servicefactory.cxx @@ -2,9 +2,9 @@ * * $RCSfile: servicefactory.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dbo $ $Date: 2001-02-15 11:46:17 $ + * last change: $Author: dbo $ $Date: 2001-03-09 12:15:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -171,7 +171,7 @@ static Reference< XMultiServiceFactory > createImplServiceFactory( const OUString & rReadRegistry, sal_Bool bReadOnly, const OUString & rBootstrapPath ) - throw( ::com::sun::star::uno::Exception ) + SAL_THROW( (::com::sun::star::uno::Exception) ) { Reference< XSingleServiceFactory > xSMFac( loadLibComponentFactory( OUString( RTL_CONSTASCII_USTRINGPARAM("smgr") ), @@ -370,7 +370,7 @@ Reference< XMultiServiceFactory > SAL_CALL createRegistryServiceFactory( const OUString & rReadRegistry, sal_Bool bReadOnly, const OUString & rBootstrapPath ) - throw( ::com::sun::star::uno::Exception ) + SAL_THROW( (::com::sun::star::uno::Exception) ) { return createImplServiceFactory( rWriteRegistry, rReadRegistry, bReadOnly, rBootstrapPath ); } |