diff options
author | Dirk Völzke <dv@openoffice.org> | 2001-07-17 11:53:34 +0000 |
---|---|---|
committer | Dirk Völzke <dv@openoffice.org> | 2001-07-17 11:53:34 +0000 |
commit | 6262eb5ec0b651afe0460af20b1ddb4010625eea (patch) | |
tree | 9dfaba1330d9abf4d3186863190eefa6ae95e5b5 /svtools/source/contnr | |
parent | 768c20bd68e8ae7f82ad8ce70db91b5f92cbaf62 (diff) |
#88655# GrabFocus after Hide of inplace edit field
Diffstat (limited to 'svtools/source/contnr')
-rw-r--r-- | svtools/source/contnr/svlbox.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/contnr/svlbox.cxx b/svtools/source/contnr/svlbox.cxx index 5a29390ab124..f0e3899bac70 100644 --- a/svtools/source/contnr/svlbox.cxx +++ b/svtools/source/contnr/svlbox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svlbox.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jp $ $Date: 2001-07-04 07:38:22 $ + * last change: $Author: dv $ $Date: 2001-07-17 12:53:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1377,7 +1377,7 @@ IMPL_LINK( SvLBox, TextEditEndedHdl_Impl, SvInplaceEdit2 *, pSvInplaceEdit ) // delete pEdCtrl; // pEdCtrl = 0; nImpFlags &= (~SVLBOX_IN_EDT); -// GrabFocus(); + GrabFocus(); return 0; } |