summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/docvw/edtwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/docvw/edtwin.cxx')
-rw-r--r--sw/source/core/uibase/docvw/edtwin.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/uibase/docvw/edtwin.cxx b/sw/source/core/uibase/docvw/edtwin.cxx
index e76b3dc85ee5..d4294af0d7db 100644
--- a/sw/source/core/uibase/docvw/edtwin.cxx
+++ b/sw/source/core/uibase/docvw/edtwin.cxx
@@ -1887,8 +1887,7 @@ KEYINPUT_CHECKTABLE_INSDEL:
break;
case KEY_BACKSPACE:
case KEY_BACKSPACE | KEY_SHIFT:
- if ( !rSh.HasReadonlySel()
- && !rSh.CrsrInsideInputFld() )
+ if ( !rSh.HasReadonlySel() )
{
bool bDone = false;
// try to add comment for code snip: