diff options
Diffstat (limited to 'sc/source/ui/undo/undobase.cxx')
-rw-r--r-- | sc/source/ui/undo/undobase.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/undo/undobase.cxx b/sc/source/ui/undo/undobase.cxx index 127c8168f54c..753f8dbac39a 100644 --- a/sc/source/ui/undo/undobase.cxx +++ b/sc/source/ui/undo/undobase.cxx @@ -35,12 +35,6 @@ #include <column.hxx> #include <sortparam.hxx> -TYPEINIT1(ScSimpleUndo, SfxUndoAction); -TYPEINIT1(ScBlockUndo, ScSimpleUndo); -TYPEINIT1(ScMultiBlockUndo, ScSimpleUndo); -TYPEINIT1(ScMoveUndo, ScSimpleUndo); -TYPEINIT1(ScDBFuncUndo, ScSimpleUndo); -TYPEINIT1(ScUndoWrapper, SfxUndoAction); ScSimpleUndo::ScSimpleUndo( ScDocShell* pDocSh ) : pDocShell( pDocSh ), |