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.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/IDocumentUndoRedo.hxx b/sw/inc/IDocumentUndoRedo.hxx
index 02d6504fe73d..86e70a05da7e 100644
--- a/sw/inc/IDocumentUndoRedo.hxx
+++ b/sw/inc/IDocumentUndoRedo.hxx
@@ -24,7 +24,6 @@
#include <swundo.hxx>
-
class SwRewriter;
class SwNodes;
class SwUndo;
@@ -33,8 +32,6 @@ namespace sw {
class RepeatContext;
}
-
-
/** IDocumentUndoRedo
*/
class IDocumentUndoRedo
@@ -202,7 +199,6 @@ protected:
virtual ~IDocumentUndoRedo() {};
};
-
namespace sw {
class UndoGuard
@@ -270,7 +266,6 @@ private:
bool const m_bDrawUndoWasEnabled;
};
-
} // namespace sw
#endif