summaryrefslogtreecommitdiffstats
path: root/embedserv/source/inc/servprov.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/inc/servprov.hxx')
-rwxr-xr-xembedserv/source/inc/servprov.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/embedserv/source/inc/servprov.hxx b/embedserv/source/inc/servprov.hxx
index c05b5eb45e96..d0dac679ae32 100755
--- a/embedserv/source/inc/servprov.hxx
+++ b/embedserv/source/inc/servprov.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: servprov.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:42:56 $
+ * last change: $Author: vg $ $Date: 2007-03-26 14:50:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,8 +73,8 @@ public:
// XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType )
throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL acquire() throw (::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL release() throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL acquire() throw ();
+ virtual void SAL_CALL release() throw ();
// XTypeProvider
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( )