diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-03-04 12:13:27 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-03-04 12:13:27 +0100 |
commit | e4d3a5a299f55b713c6ce41b25cd7af7c0f7b1af (patch) | |
tree | d314b0fa2b70b7a10db6ac1784e17019f1e6e1a9 | |
parent | 3bae7993ed9771d1339097e4eb753c8cf2a9f218 (diff) |
CWS swlayoutrefactoring: fix missing cursor update
-rw-r--r-- | sw/source/core/crsr/crsrsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx index 2ea92460f1..bb02a9d269 100644 --- a/sw/source/core/crsr/crsrsh.cxx +++ b/sw/source/core/crsr/crsrsh.cxx @@ -322,7 +322,7 @@ if( GetWin() ) sal_uInt16 nParm = SwCrsrShell::CHKRANGE; if ( !bIdleEnd ) nParm |= SwCrsrShell::SCROLLWIN; - if( !IsViewLocked() ) +// if( !IsViewLocked() ) UpdateCrsr( nParm, bIdleEnd ); // Cursor-Aenderungen anzeigen { |