diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 16:37:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 16:37:11 +0000 |
commit | b3467a967ea787012b8a6761131ab862075728ff (patch) | |
tree | 7cb3c6939e751fdfc196268ec149d970da2efcc1 /sfx2 | |
parent | 4aae658cfe72af3461cce119628f24c6e381cc30 (diff) |
INTEGRATION: CWS fwk01 (1.5.18.2.44); FILE MERGED
2003/03/19 14:38:56 mba 1.5.18.2.44.1: #108257#: special treatment for DOCEVENTCONFIG
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/eventsupplier.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inc/eventsupplier.hxx b/sfx2/source/inc/eventsupplier.hxx index fa8c4e33da2b..5ed65c8bdb55 100644 --- a/sfx2/source/inc/eventsupplier.hxx +++ b/sfx2/source/inc/eventsupplier.hxx @@ -2,9 +2,9 @@ * * $RCSfile: eventsupplier.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2003-03-27 11:28:27 $ + * last change: $Author: hr $ $Date: 2003-04-04 17:37:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -148,7 +148,6 @@ class SfxEvents_Impl : public ::cppu::WeakImplHelper2< ::com::sun::star::contain SfxObjectShell *mpObjShell; sal_Bool Warn_Impl( const String& ); - ANY BlowUpMacro( const ANY& rEvent ) const; public: SfxEvents_Impl( SfxObjectShell* pShell, @@ -179,7 +178,8 @@ public: virtual void SAL_CALL disposing( const EVENTOBJECT& Source ) throw( RUNTIMEEXCEPTION ); - static SvxMacro* ConvertToMacro( const ANY& rElement, SfxObjectShell* pDoc ); + static SvxMacro* ConvertToMacro( const ANY& rElement, SfxObjectShell* pDoc, BOOL bBlowUp ); + static void BlowUpMacro( const ANY& rIn, ANY& rOut, SfxObjectShell* pDoc ); }; class SfxGlobalEvents_Impl : public ::cppu::WeakImplHelper3< ::com::sun::star::document::XEventsSupplier, |