summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentUndoRedo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/IDocumentUndoRedo.hxx')
-rw-r--r--sw/inc/IDocumentUndoRedo.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/IDocumentUndoRedo.hxx b/sw/inc/IDocumentUndoRedo.hxx
index 45f33f58dc1b..89b54629d372 100644
--- a/sw/inc/IDocumentUndoRedo.hxx
+++ b/sw/inc/IDocumentUndoRedo.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
@@ -177,7 +177,7 @@ public:
bis zum Ende des Undo-Arrays
*/
virtual void ClearRedo() = 0;
-
+
/** Manipulates the position of the undo stack which reset the modified flag
*/
virtual void setUndoNoModifiedPosition( SwUndoNoModifiedPosition ) = 0;
@@ -185,11 +185,11 @@ public:
/** Gets the position of the undo stack which reset the modified flag
*/
virtual SwUndoNoModifiedPosition getUndoNoModifiedPosition() const = 0;
-
+
protected:
virtual ~IDocumentUndoRedo() {};
};
-
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */