diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-07-02 12:40:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-07-02 12:40:36 +0000 |
commit | 857f4231fa55999284cdf9e7667aaae19965fa23 (patch) | |
tree | 6c89da317f5e62724cad33752854091dc5db6daa /vcl/unx | |
parent | eaf5cf1369a84ffd72bd1139838bbd70af88b859 (diff) |
INTEGRATION: CWS ooo11rc (1.24.24); FILE MERGED
2003/06/30 16:51:36 pl 1.24.24.1: #110509# set ic focus again if necessary
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/source/app/i18n_ic.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/unx/source/app/i18n_ic.cxx b/vcl/unx/source/app/i18n_ic.cxx index b1f4c846a975..8effb39eca1d 100644 --- a/vcl/unx/source/app/i18n_ic.cxx +++ b/vcl/unx/source/app/i18n_ic.cxx @@ -2,9 +2,9 @@ * * $RCSfile: i18n_ic.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: hr $ $Date: 2003-06-30 14:31:23 $ + * last change: $Author: vg $ $Date: 2003-07-02 13:40:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -487,6 +487,8 @@ SalI18N_InputContext::Map( SalFrame *pFrame ) XNSwitchIMNotifyCallback, &maSwitchIMCallback, NULL ); } + if( ! mpFocusFrame ) + SetICFocus( pFrame ); } } } |