summaryrefslogtreecommitdiff
path: root/basctl/sdi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 14:48:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 14:48:36 +0000
commita3968d3bf5b747f924cb18ca7a1f070a3555d677 (patch)
treecbde5a4cec137418f32fcf4f50d45ebe15de9910 /basctl/sdi
parent78d2a19f06d9f15f076ab2ae70d403cb55c9ffbe (diff)
INTEGRATION: CWS ab31 (1.12.72); FILE MERGED
2006/12/07 07:52:30 pb 1.12.72.2: fix: #i72282# GetState for _MANAGE_LANG 2006/12/06 15:31:08 pb 1.12.72.1: fix: #i72282# SID_BASICIDE_MANAGE_LANG, _CURRENT_LANG added
Diffstat (limited to 'basctl/sdi')
-rw-r--r--basctl/sdi/baside.sdi18
1 files changed, 15 insertions, 3 deletions
diff --git a/basctl/sdi/baside.sdi b/basctl/sdi/baside.sdi
index f84d0a3a7ebb..ace0ed77c29c 100644
--- a/basctl/sdi/baside.sdi
+++ b/basctl/sdi/baside.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: baside.sdi,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2006-05-02 15:36:50 $
+ * last change: $Author: hr $ $Date: 2007-01-02 15:48:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -132,7 +132,7 @@ shell BasicIDEShell
]
// ========================================================
- // Gloabl: Egal, welches Fenster gerade aktiv ist:
+ // Global: Egal, welches Fenster gerade aktiv ist:
// ========================================================
SID_BASICIDE_LIBSELECTOR
[
@@ -307,6 +307,18 @@ shell BasicIDEShell
ExecMethod = ExecuteGlobal;
]
+ SID_BASICIDE_MANAGE_LANG
+ [
+ ExecMethod = ExecuteGlobal;
+ StateMethod = GetState;
+ ]
+
+ SID_BASICIDE_CURRENT_LANG
+ [
+ ExecMethod = ExecuteGlobal;
+ StateMethod = GetState;
+ ]
+
// ========================================================
// Nur, wenn BasicFenster oben
// ========================================================