diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:48:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:48:40 +0000 |
commit | ae99c8838ffb7f27c9254d6afc753696a7747de5 (patch) | |
tree | 1521bd0cbf6946d0f3f9225176c6e3cfaba33459 /embedserv/source/embed | |
parent | 0c7bfa156fd3114c312068d1ec94fe873545606f (diff) |
INTEGRATION: CWS mingwport03 (1.10.6); FILE MERGED
2007/01/09 01:00:32 vg 1.10.6.2: RESYNC: (1.10-1.12); FILE MERGED
2006/09/07 15:54:54 vg 1.10.6.1: #i53572# MinGW port
Diffstat (limited to 'embedserv/source/embed')
-rw-r--r-- | embedserv/source/embed/intercept.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embedserv/source/embed/intercept.cxx b/embedserv/source/embed/intercept.cxx index 5f1d0baf91c9..cc371da38718 100644 --- a/embedserv/source/embed/intercept.cxx +++ b/embedserv/source/embed/intercept.cxx @@ -4,9 +4,9 @@ * * $RCSfile: intercept.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2006-12-05 14:39:01 $ + * last change: $Author: vg $ $Date: 2007-03-26 14:48:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -115,6 +115,7 @@ Interceptor::removeEventListener( void SAL_CALL Interceptor::dispose() + throw(::com::sun::star::uno::RuntimeException) { lang::EventObject aEvt; aEvt.Source = static_cast< frame::XDispatch* >( this ); |