summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
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
parent2db4e62dd75c5473e53368213831aeaff22bcc94 (diff)
#95362#: new security settings
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/eventdlg.hxx9
-rw-r--r--sfx2/source/inc/eventsupplier.hxx6
2 files changed, 5 insertions, 10 deletions
diff --git a/sfx2/source/inc/eventdlg.hxx b/sfx2/source/inc/eventdlg.hxx
index 2c213ed6e686..879b3a52b5d3 100644
--- a/sfx2/source/inc/eventdlg.hxx
+++ b/sfx2/source/inc/eventdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: eventdlg.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pb $ $Date: 2001-06-28 13:39:21 $
+ * 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
@@ -76,16 +76,11 @@ class SfxEventConfigPage : public _SfxMacroTabPage
{
RadioButton aStarOfficeRB;
RadioButton aDocumentRB;
-// CheckBox aWarningCB;
- CheckBox aAlwaysWarningCB;
- FixedLine aSafetyGb;
SvxMacroItem* pAppItem;
SvxMacroItem* pDocItem;
- BOOL bModified;
BOOL bAppConfig;
- DECL_LINK( ButtonHdl, Button* );
DECL_LINK( SelectHdl_Impl, RadioButton* );
public:
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: