summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-03-04 12:13:27 +0100
committerMathias Bauer <mba@openoffice.org>2011-03-04 12:13:27 +0100
commitbde549822041c6599102a8d155e2760f7fa95c4c (patch)
tree2f1b18f595a090e4b5a2c8b6b01cf890133fe5d9 /sw
parentef450ae7ef29f69a51357e2c2d6a469355c58764 (diff)
CWS swlayoutrefactoring: fix missing cursor update
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/crsr/crsrsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 744767d598b0..1a100eae0682 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
{