summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-05-17 16:30:59 +0200
committerNoel Power <noel.power@novell.com>2011-05-17 15:54:17 +0100
commit49ae17b5d8954f863f952f1499fc8314cd9b52b8 (patch)
treef1320cdcbaafb522f04d56fef8e399ea4ec4f3f8
parent338b5258aba9ffc35f680ecd1b3bde8851659b12 (diff)
fdo#37277: Fixed the ugly undo hack in SwInputWindow
bug introduced by this commit: c3d4c1f2dc11b9ba88bffb54dd518e8c7e11108b Signed-off-by: Noel Power <noel.power@novell.com>
-rw-r--r--sw/source/ui/ribbar/inputwin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/ribbar/inputwin.cxx b/sw/source/ui/ribbar/inputwin.cxx
index 6c988d9b265e..2715d2bdef88 100644
--- a/sw/source/ui/ribbar/inputwin.cxx
+++ b/sw/source/ui/ribbar/inputwin.cxx
@@ -165,6 +165,7 @@ void SwInputWindow::CleanupUglyHackWithUndo()
{
SW_MOD()->GetUndoOptions().SetUndoCount(0);
}
+ m_bResetUndo = sal_False;
}
}