summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unmodpg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unmodpg.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/unmodpg.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/sd/source/ui/inc/unmodpg.hxx b/sd/source/ui/inc/unmodpg.hxx
index 2181ab587e69..83fc603d955a 100644..100755
--- a/sd/source/ui/inc/unmodpg.hxx
+++ b/sd/source/ui/inc/unmodpg.hxx
@@ -37,30 +37,27 @@ class SdPage;
class ModifyPageUndoAction : public SdUndoAction
{
- SfxUndoManager* mpManager;
-
SdPage* mpPage;
String maOldName;
String maNewName;
AutoLayout meOldAutoLayout;
AutoLayout meNewAutoLayout;
- BOOL mbOldBckgrndVisible;
- BOOL mbNewBckgrndVisible;
- BOOL mbOldBckgrndObjsVisible;
- BOOL mbNewBckgrndObjsVisible;
+ sal_Bool mbOldBckgrndVisible;
+ sal_Bool mbNewBckgrndVisible;
+ sal_Bool mbOldBckgrndObjsVisible;
+ sal_Bool mbNewBckgrndObjsVisible;
String maComment;
public:
TYPEINFO();
ModifyPageUndoAction(
- SfxUndoManager* pManager,
SdDrawDocument* pTheDoc,
SdPage* pThePage,
String aTheNewName,
AutoLayout eTheNewAutoLayout,
- BOOL bTheNewBckgrndVisible,
- BOOL bTheNewBckgrndObjsVisible);
+ sal_Bool bTheNewBckgrndVisible,
+ sal_Bool bTheNewBckgrndObjsVisible);
virtual ~ModifyPageUndoAction();
virtual void Undo();