diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-11-30 13:00:25 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-11-30 13:00:25 +0000 |
commit | ead28ef0c518375dbea8c46bde857377351badca (patch) | |
tree | f86c11c170d92dcb73a8115f965b9eb64d4e8bb7 /sfx2/source/inc/eventsupplier.hxx | |
parent | 2db4e62dd75c5473e53368213831aeaff22bcc94 (diff) |
#95362#: new security settings
Diffstat (limited to 'sfx2/source/inc/eventsupplier.hxx')
-rw-r--r-- | sfx2/source/inc/eventsupplier.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/inc/eventsupplier.hxx b/sfx2/source/inc/eventsupplier.hxx index 38e3c7338cc4..fc5a9a9ad823 100644 --- a/sfx2/source/inc/eventsupplier.hxx +++ b/sfx2/source/inc/eventsupplier.hxx @@ -2,9 +2,9 @@ * * $RCSfile: eventsupplier.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mba $ $Date: 2001-08-24 08:03:34 $ + * last change: $Author: mba $ $Date: 2001-11-30 13:56:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,7 +134,7 @@ class SfxEvents_Impl : public ::cppu::WeakImplHelper2< ::com::sun::star::contain ::osl::Mutex maMutex; SfxObjectShell *mpObjShell; - sal_Bool Warn_Impl(); + sal_Bool Warn_Impl( const String& ); ANY BlowUpMacro( const ANY& rEvent ) const; public: |