summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/editund2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/editund2.hxx')
-rw-r--r--editeng/inc/editeng/editund2.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/editeng/inc/editeng/editund2.hxx b/editeng/inc/editeng/editund2.hxx
index 0fdd2f9d3f3c..a4c7917ec800 100644
--- a/editeng/inc/editeng/editund2.hxx
+++ b/editeng/inc/editeng/editund2.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
@@ -40,12 +40,12 @@ class EDITENG_DLLPUBLIC EditUndoManager : public SfxUndoManager
using SfxUndoManager::Redo;
private:
- ImpEditEngine* pImpEE;
+ ImpEditEngine* pImpEE;
public:
EditUndoManager( ImpEditEngine* pImpEE );
- virtual BOOL Undo( USHORT nCount=1 );
- virtual BOOL Redo( USHORT nCount=1 );
+ virtual BOOL Undo( USHORT nCount=1 );
+ virtual BOOL Redo( USHORT nCount=1 );
};
// -----------------------------------------------------------------------
@@ -54,25 +54,25 @@ public:
class EDITENG_DLLPUBLIC EditUndo : public SfxUndoAction
{
private:
- USHORT nId;
- ImpEditEngine* pImpEE;
+ USHORT nId;
+ ImpEditEngine* pImpEE;
public:
TYPEINFO();
EditUndo( USHORT nI, ImpEditEngine* pImpEE );
- virtual ~EditUndo();
+ virtual ~EditUndo();
- ImpEditEngine* GetImpEditEngine() const { return pImpEE; }
+ ImpEditEngine* GetImpEditEngine() const { return pImpEE; }
- virtual void Undo() = 0;
- virtual void Redo() = 0;
+ virtual void Undo() = 0;
+ virtual void Redo() = 0;
- virtual BOOL CanRepeat(SfxRepeatTarget&) const;
- virtual String GetComment() const;
- virtual USHORT GetId() const;
+ virtual BOOL CanRepeat(SfxRepeatTarget&) const;
+ virtual String GetComment() const;
+ virtual USHORT GetId() const;
};
-#endif // _EDITUND2_HXX
+#endif // _EDITUND2_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */