[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sw/source

Noel Power noelp at kemper.freedesktop.org
Tue May 17 07:57:02 PDT 2011


 sw/source/ui/ribbar/inputwin.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 901ea08e2ef394e06d54fd4a3bd572a7dfe409fa
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Tue May 17 16:30:59 2011 +0200

    fdo#37277: Fixed the ugly undo hack in SwInputWindow
    
    bug introduced by this commit: c3d4c1f2dc11b9ba88bffb54dd518e8c7e11108b
    
    Signed-off-by: Noel Power <noel.power at novell.com>

diff --git a/sw/source/ui/ribbar/inputwin.cxx b/sw/source/ui/ribbar/inputwin.cxx
index a2be684..992aa94 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;
     }
 }
 


More information about the Libreoffice-commits mailing list