summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/undoback.hxx
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@Sun.COM>2010-02-11 17:35:16 +0100
committerArmin Le Grand <Armin.Le.Grand@Sun.COM>2010-02-11 17:35:16 +0100
commitc44386b26b233abc19936a99efb3ac7781bdaefc (patch)
tree7761d694ac9b50ac7e91d8df64dc59fa54a231c8 /sd/source/ui/inc/undoback.hxx
parent320a65cdff355760da860f5f55689056d39089d6 (diff)
aw079 #i99386# cleanup of define and last change from CL
Diffstat (limited to 'sd/source/ui/inc/undoback.hxx')
-rw-r--r--sd/source/ui/inc/undoback.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sd/source/ui/inc/undoback.hxx b/sd/source/ui/inc/undoback.hxx
index aac9640a4c46..f99c55adf25d 100644
--- a/sd/source/ui/inc/undoback.hxx
+++ b/sd/source/ui/inc/undoback.hxx
@@ -31,18 +31,11 @@
#ifndef _SD_UNDOBACK_HXX
#define _SD_UNDOBACK_HXX
-#define NEWPBG
-
#include "sdundo.hxx"
class SdDrawDocument;
class SdPage;
-
-#ifdef NEWPBG
class SfxItemSet;
-#else
-class SdrObject;
-#endif
// -----------------------------
// - SdBackgroundObjUndoAction -
@@ -53,11 +46,7 @@ class SdBackgroundObjUndoAction : public SdUndoAction
private:
SdPage& mrPage;
-#ifdef NEWPBG
SfxItemSet* mpItemSet;
-#else
- SdrObject* mpBackgroundObj;
-#endif
void ImplRestoreBackgroundObj();
@@ -65,14 +54,10 @@ public:
TYPEINFO();
-#ifdef NEWPBG
SdBackgroundObjUndoAction(
SdDrawDocument& rDoc,
SdPage& rPage,
const SfxItemSet& rItenSet);
-#else
- SdBackgroundObjUndoAction( SdDrawDocument& rDoc, SdPage& rPage, const SdrObject* pBackgroundObj );
-#endif
virtual ~SdBackgroundObjUndoAction();
virtual void Undo();