diff options
Diffstat (limited to 'sw/source/ui/docvw/edtwin.cxx')
-rw-r--r-- | sw/source/ui/docvw/edtwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx index 23ba0bd0f83b..51fa5483823d 100644 --- a/sw/source/ui/docvw/edtwin.cxx +++ b/sw/source/ui/docvw/edtwin.cxx @@ -3591,7 +3591,7 @@ void SwEditWin::MouseMove(const MouseEvent& _rMEvt) } if ( USHRT_MAX != nPointer && - // i#35543 - Enhanced table selection is explicitely allowed in table mode + // i#35543 - Enhanced table selection is explicitly allowed in table mode ( !bChkTblSel || !rSh.IsTableMode() ) ) { SetPointer( nPointer ); |