[Libreoffice-commits] core.git: sw/source

Juergen Funk juergen.funk_ml at cib.de
Tue Sep 30 07:14:03 PDT 2014


 sw/source/core/crsr/crsrsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e98e9fda34736731e4c539b1799abb4257219988
Author: Juergen Funk <juergen.funk_ml at cib.de>
Date:   Tue Sep 30 15:59:06 2014 +0200

    fdo#38884 Fix setting X position with dbgutil enabled
    
    When the dbgutil switch is set, the code is not inline
    but in the cxx-file.
    
    Change-Id: I5a6aeb3c28c4567cfc97baccfb4872b056db609b
    Reviewed-on: https://gerrit.libreoffice.org/11717
    Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
    Tested-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>

diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 9016534f..0a1cdf8 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -325,7 +325,7 @@ void SwCrsrShell::SttCrsrMove()
 void SwCrsrShell::EndCrsrMove( const bool bIdleEnd )
 {
     OSL_ENSURE( m_nCrsrMove, "EndCrsrMove() without SttCrsrMove()." );
-    EndAction( bIdleEnd );
+    EndAction( bIdleEnd, true );
     if( !--m_nCrsrMove )
         m_bInCMvVisportChgd = false;
 }


More information about the Libreoffice-commits mailing list