summaryrefslogtreecommitdiff
path: root/sd/source/core/undo/undomanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/undo/undomanager.cxx')
-rw-r--r--sd/source/core/undo/undomanager.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/core/undo/undomanager.cxx b/sd/source/core/undo/undomanager.cxx
index a8144231cbb7..e4caf4df4cb7 100644
--- a/sd/source/core/undo/undomanager.cxx
+++ b/sd/source/core/undo/undomanager.cxx
@@ -24,8 +24,7 @@
using namespace sd;
UndoManager::UndoManager()
- : SdrUndoManager( 20/*nMaxUndoActionCount*/ )
- , mpLinkedUndoManager(nullptr)
+ : mpLinkedUndoManager(nullptr)
, mpViewShell(nullptr)
{
}