summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unmodpg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unmodpg.hxx')
-rw-r--r--sd/source/ui/inc/unmodpg.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sd/source/ui/inc/unmodpg.hxx b/sd/source/ui/inc/unmodpg.hxx
index 9540bf1c00a9..05aa0ce84d08 100644
--- a/sd/source/ui/inc/unmodpg.hxx
+++ b/sd/source/ui/inc/unmodpg.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,7 +38,7 @@ class SdPage;
class ModifyPageUndoAction : public SdUndoAction
{
// #67720#
- SfxUndoManager* mpManager;
+ SfxUndoManager* mpManager;
SdPage* mpPage;
String maOldName;
@@ -55,13 +55,13 @@ class ModifyPageUndoAction : public SdUndoAction
public:
TYPEINFO();
ModifyPageUndoAction(
- SfxUndoManager* pManager, // #67720#
- SdDrawDocument* pTheDoc,
- SdPage* pThePage,
- String aTheNewName,
- AutoLayout eTheNewAutoLayout,
- BOOL bTheNewBckgrndVisible,
- BOOL bTheNewBckgrndObjsVisible);
+ SfxUndoManager* pManager, // #67720#
+ SdDrawDocument* pTheDoc,
+ SdPage* pThePage,
+ String aTheNewName,
+ AutoLayout eTheNewAutoLayout,
+ BOOL bTheNewBckgrndVisible,
+ BOOL bTheNewBckgrndObjsVisible);
virtual ~ModifyPageUndoAction();
virtual void Undo();