summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/eventsupplier.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-11-30 13:00:25 +0000
committerMathias Bauer <mba@openoffice.org>2001-11-30 13:00:25 +0000
commitead28ef0c518375dbea8c46bde857377351badca (patch)
treef86c11c170d92dcb73a8115f965b9eb64d4e8bb7 /sfx2/source/inc/eventsupplier.hxx
parent2db4e62dd75c5473e53368213831aeaff22bcc94 (diff)
#95362#: new security settings
Diffstat (limited to 'sfx2/source/inc/eventsupplier.hxx')
-rw-r--r--sfx2/source/inc/eventsupplier.hxx6
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: