diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 07:42:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 07:42:25 +0000 |
commit | f5bb82cee408b4c5d0f466a06db6bdb240f28283 (patch) | |
tree | 59549f860410ffb85b0d8481fa0c0398759a31a8 /basctl/sdi | |
parent | a2167e05274a8f91bb982b62950ee55aa2c612da (diff) |
INTEGRATION: CWS uno4 (1.5.12); FILE MERGED
2003/05/13 08:02:51 tbe 1.5.12.1: #109481# IDE: get no focus after Find & Replace dialog while searching over modules
Diffstat (limited to 'basctl/sdi')
-rw-r--r-- | basctl/sdi/baside.sdi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/basctl/sdi/baside.sdi b/basctl/sdi/baside.sdi index 7f70fa3c4380..ef672ffee65f 100644 --- a/basctl/sdi/baside.sdi +++ b/basctl/sdi/baside.sdi @@ -2,9 +2,9 @@ * * $RCSfile: baside.sdi,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-04-11 17:37:09 $ + * last change: $Author: vg $ $Date: 2003-05-22 08:42:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -151,6 +151,12 @@ shell BasicIDEShell StateMethod = GetState; ] + FID_SEARCH_OFF + [ + ExecMethod = ExecuteCurrent; + StateMethod = GetState; + ] + // ======================================================== // Gloabl: Egal, welches Fenster gerade aktiv ist: // ======================================================== |