summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-08-24 07:01:52 +0000
committerMathias Bauer <mba@openoffice.org>2001-08-24 07:01:52 +0000
commit9fdf7e9b77d4af1455ffd50be3555ee1c05ec2cc (patch)
treea86f061f47b29a262759917b9e0037a026c7a221 /sfx2/source/inc
parente1685695632663c8ffd9a0422858da6de7ab86d0 (diff)
#87722#: Apply method shouldn't access modified flag
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/cfg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/inc/cfg.hxx b/sfx2/source/inc/cfg.hxx
index 04f7c12a4cab..8901f743a8f5 100644
--- a/sfx2/source/inc/cfg.hxx
+++ b/sfx2/source/inc/cfg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfg.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: cd $ $Date: 2001-08-16 12:44:42 $
+ * last change: $Author: mba $ $Date: 2001-08-24 08:01:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -277,7 +277,7 @@ public:
virtual BOOL FillItemSet( SfxItemSet& );
virtual void Reset( const SfxItemSet& );
- void Apply( SfxMenuManager* );
+ void Apply( SfxMenuManager*, BOOL );
void SetModified( BOOL bSet ) { bModified = bSet; }
void SetDefault( BOOL bSet ) { bDefault = bSet; }
};
@@ -362,7 +362,7 @@ public:
virtual void Reset( const SfxItemSet& );
void SelectMacro(const SfxMacroInfoItem*);
- void Apply( SfxAcceleratorManager* );
+ void Apply( SfxAcceleratorManager*, BOOL );
};
class SfxConfigDialog : public SfxTabDialog
@@ -442,7 +442,7 @@ public:
virtual BOOL FillItemSet( SfxItemSet& );
virtual void Reset( const SfxItemSet& );
- void Apply( SfxStatusBarManager* );
+ void Apply( SfxStatusBarManager*, BOOL );
};