summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/sdundogr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/sdundogr.hxx')
-rwxr-xr-xsd/source/ui/inc/sdundogr.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/inc/sdundogr.hxx b/sd/source/ui/inc/sdundogr.hxx
index f02977234475..436b9616fec1 100755
--- a/sd/source/ui/inc/sdundogr.hxx
+++ b/sd/source/ui/inc/sdundogr.hxx
@@ -1,7 +1,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
@@ -34,22 +34,22 @@
class SD_DLLPUBLIC SdUndoGroup : public SdUndoAction
{
- Container aCtn;
+ Container aCtn;
public:
TYPEINFO();
SdUndoGroup(SdDrawDocument* pSdDrawDocument)
: SdUndoAction(pSdDrawDocument),
aCtn(16, 16, 16) {}
- virtual ~SdUndoGroup();
+ virtual ~SdUndoGroup();
virtual BOOL Merge( SfxUndoAction* pNextAction );
virtual void Undo();
virtual void Redo();
- void AddAction(SdUndoAction* pAction);
- ULONG Count() const { return aCtn.Count(); }
+ void AddAction(SdUndoAction* pAction);
+ ULONG Count() const { return aCtn.Count(); }
};
-#endif // _SD_SDUNDOGR_HXX
+#endif // _SD_SDUNDOGR_HXX