summaryrefslogtreecommitdiff
path: root/embedserv/source/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:50:19 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:50:19 +0000
commitb389ed5ed6b99049b1c9e368398f6f8d3288807b (patch)
tree46f00f446e578abd318b49609a9a576c05313c87 /embedserv/source/inc
parentaf31e74ac8248f83e5d5a9c3f12923b2a36bbd11 (diff)
INTEGRATION: CWS mingwport03 (1.4.6); FILE MERGED
2006/09/07 15:54:56 vg 1.4.6.1: #i53572# MinGW port
Diffstat (limited to 'embedserv/source/inc')
-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( )