summaryrefslogtreecommitdiff
path: root/svx/sdi
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 14:46:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 14:46:49 +0000
commitb2148349a0070012884e5b33dfdb8ffe93ecbe72 (patch)
treefa487f9e18c2a21d6886551199a5c6f90fb4fc91 /svx/sdi
parenta155f7f65f418b33f3c09c8abb5ba99863033abd (diff)
INTEGRATION: CWS ab31 (1.69.456); FILE MERGED
2006/12/14 13:35:59 pb 1.69.456.2: fix: #i72282# CURRENT_LANG: AutoUpdate=TRUE 2006/12/06 11:12:24 pb 1.69.456.1: fix: #i72282# SID_BASICIDE_MANAGE_LANG, _CURRENT_LANG added
Diffstat (limited to 'svx/sdi')
-rw-r--r--svx/sdi/svx.sdi52
1 files changed, 50 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 50fd4d144ac7..8d403e452bde 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: svx.sdi,v $
*
- * $Revision: 1.69 $
+ * $Revision: 1.70 $
*
- * last change: $Author: kz $ $Date: 2006-02-01 12:56:51 $
+ * last change: $Author: hr $ $Date: 2007-01-02 15:46:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -14102,5 +14102,53 @@ SfxVoidItem InsertNonBreakingSpace FN_INSERT_HARD_SPACE
GroupId = GID_INSERT;
]
+//--------------------------------------------------------------------------
+SfxVoidItem ManageLanguage SID_BASICIDE_MANAGE_LANG
+()
+[
+ /* flags: */
+ AutoUpdate = TRUE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = TRUE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Synchron;
+
+ /* config: */
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_CONTROLS;
+]
+//--------------------------------------------------------------------------
+SfxStringItem CurrentLanguage SID_BASICIDE_CURRENT_LANG
+
+[
+ /* flags: */
+ AutoUpdate = TRUE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = TRUE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Synchron;
+
+ /* config: */
+ AccelConfig = FALSE,
+ MenuConfig = FALSE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_CONTROLS;
+]