From af31e74ac8248f83e5d5a9c3f12923b2a36bbd11 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 13:49:50 +0000 Subject: INTEGRATION: CWS mingwport03 (1.17.14); FILE MERGED 2007/01/09 01:00:39 vg 1.17.14.3: RESYNC: (1.17-1.18); FILE MERGED 2006/10/24 12:10:12 vg 1.17.14.2: #i53572# MinGW port 2006/09/07 15:54:55 vg 1.17.14.1: #i53572# MinGW port --- embedserv/source/inc/docholder.hxx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'embedserv') diff --git a/embedserv/source/inc/docholder.hxx b/embedserv/source/inc/docholder.hxx index 863530c32a74..8a97e45936ce 100644 --- a/embedserv/source/inc/docholder.hxx +++ b/embedserv/source/inc/docholder.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docholder.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2006-12-05 12:53:16 $ + * last change: $Author: vg $ $Date: 2007-03-26 14:49:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -234,7 +234,8 @@ public: // XEventListener virtual void SAL_CALL - disposing( const com::sun::star::lang::EventObject& aSource ); + disposing( const com::sun::star::lang::EventObject& aSource ) + throw( ::com::sun::star::uno::RuntimeException ); // XCloseListener virtual void SAL_CALL @@ -249,7 +250,8 @@ public: virtual void SAL_CALL notifyClosing( const com::sun::star::lang::EventObject& aSource - ); + ) + throw( ::com::sun::star::uno::RuntimeException ); // XTerminateListener virtual void SAL_CALL @@ -263,7 +265,8 @@ public: virtual void SAL_CALL notifyTermination( const com::sun::star::lang::EventObject& aSource - ); + ) + throw( ::com::sun::star::uno::RuntimeException ); // XModifyListener -- cgit