Kaydet (Commit) e98e9fda authored tarafından Juergen Funk's avatar Juergen Funk Kaydeden (comit) Samuel Mehrbrodt

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/11717Reviewed-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
üst bda9193e
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment