diff options
author | Oliver Specht <os@openoffice.org> | 2002-11-06 09:40:07 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-11-06 09:40:07 +0000 |
commit | 6c39b077982de9491c0a29ea4f5bea0b0b59ef62 (patch) | |
tree | 7d82a71ec5e8851be20eeffe084a6647e3f7c806 /svx | |
parent | 45fb313ebbd251446465df55f86248545a39b99f (diff) |
#104709# select Edit after inserting a new tab stop
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/tabstpge.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/dialog/tabstpge.cxx b/svx/source/dialog/tabstpge.cxx index f1d69d3bfd32..177cab1b7060 100644 --- a/svx/source/dialog/tabstpge.cxx +++ b/svx/source/dialog/tabstpge.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabstpge.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: os $ $Date: 2002-05-27 10:44:15 $ + * last change: $Author: os $ $Date: 2002-11-06 10:40:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -585,6 +585,8 @@ IMPL_LINK( SvxTabulatorTabPage, NewHdl_Impl, Button *, pBtn ) // falls kein RadioButton geclickt wurde, // muss trotzdem geputtet werden bCheck |= TRUE; + // set the selection into the position Edit + aTabBox.SetSelection(Selection(0, aTabBox.GetText().Len())); return 0; } |