summaryrefslogtreecommitdiff
path: root/svx/sdi
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-19 16:19:58 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-19 16:19:58 +0000
commitfd5adb8d55c3863d48bd2674146bf6e35eecfb00 (patch)
tree19abf408b3540674df82fdac2b752e4c11bfd588 /svx/sdi
parent8ad9fa8593f6dfc8cc4d9e8162b47c76bc2b22ed (diff)
INTEGRATION: CWS fwk74 (1.72.78); FILE MERGED
2007/09/07 12:41:35 cd 1.72.78.1: #i74437# Replace old font height toolbox controller implementation with generic uno based one.
Diffstat (limited to 'svx/sdi')
-rw-r--r--svx/sdi/svx.sdi27
1 files changed, 25 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 70e71d8b34..f41dcdaea9 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: svx.sdi,v $
*
- * $Revision: 1.72 $
+ * $Revision: 1.73 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 13:01:30 $
+ * last change: $Author: ihi $ $Date: 2007-11-19 17:19:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -14206,3 +14206,26 @@ SfxVoidItem OpenSmartTagMenuOnCursor SID_OPEN_SMARTTAGMENU
GroupId = GID_EDIT;
]
+ //--------------------------------------------------------------------------
+ SfxStringListItem FontNameStringList SID_FONTNAMELIST
+ [
+ // flags:
+ AutoUpdate = FALSE,
+ 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 = FALSE,
+ GroupId = GID_DOCUMENT;
+]