summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textundo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/edit/textundo.cxx')
-rw-r--r--vcl/source/edit/textundo.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/edit/textundo.cxx b/vcl/source/edit/textundo.cxx
index 6cd4f339d642..59781e1d585d 100644
--- a/vcl/source/edit/textundo.cxx
+++ b/vcl/source/edit/textundo.cxx
@@ -36,7 +36,6 @@ TYPEINIT1( TextUndoSplitPara, TextUndo );
TYPEINIT1( TextUndoInsertChars, TextUndo );
TYPEINIT1( TextUndoRemoveChars, TextUndo );
-
namespace
{
@@ -65,7 +64,6 @@ void Shorten (OUString& rString)
} // namespace
-
TextUndoManager::TextUndoManager( TextEngine* p )
{
mpTextEngine = p;
@@ -96,7 +94,6 @@ bool TextUndoManager::Redo()
if ( GetRedoActionCount() == 0 )
return false;
-
UndoRedoStart();
mpTextEngine->SetIsInUndo( true );