diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-19 16:19:58 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-19 16:19:58 +0000 |
commit | af854399b222483a48d1911853e74af082619e1c (patch) | |
tree | a1b387e377481743a952d5711d727a90c8147834 /svx/sdi/svx.sdi | |
parent | 896058b4b57d4a019b525321b33d4c471043d89e (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/svx.sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 70e71d8b3468..f41dcdaea9c0 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; +] |