summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-05-03 14:22:02 +0000
committerOliver Specht <os@openoffice.org>2002-05-03 14:22:02 +0000
commitd082db78c8c85c914aa6c8dcba3b35b8341a755a (patch)
treef39e1c46c20140db4d372d4a062e73d1524e9afe /sw/source/ui/docvw
parent92900d0778e174dab939d978a7b0e21bad7af653 (diff)
#98992# #98993# insert tabstops in tables and numberings with Alt+Tab additionally
Diffstat (limited to 'sw/source/ui/docvw')
-rw-r--r--sw/source/ui/docvw/edtwin.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index a4d2f0422867..075e8d531e8d 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: edtwin.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: os $ $Date: 2002-05-03 15:05:55 $
+ * last change: $Author: os $ $Date: 2002-05-03 15:22:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1497,6 +1497,7 @@ KEYINPUT_CHECKTABLE_INSDEL:
}
break;
case KEY_TAB | KEY_MOD1:
+ case KEY_TAB | KEY_MOD2:
if( !rSh.HasReadonlySel() )
{
if( aTmpQHD.HasCntnt() && !rSh.HasSelection() )