From b389ed5ed6b99049b1c9e368398f6f8d3288807b Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 13:50:19 +0000 Subject: INTEGRATION: CWS mingwport03 (1.4.6); FILE MERGED 2006/09/07 15:54:56 vg 1.4.6.1: #i53572# MinGW port --- embedserv/source/inc/servprov.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'embedserv') 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( ) -- cgit