diff options
author | Amelia Wang <amwang@novell.com> | 2010-09-13 14:40:56 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-09-13 15:55:59 +0200 |
commit | 954dcb2858da1c83914f8421817b4c85c33d28df (patch) | |
tree | f2cd6550d3e3f5f2475ee91904d3cfa538b6d42a /sfx2/sdi | |
parent | a2042c306e2cd449328aad331edc438363732833 (diff) |
cjk-character-units-ui.diff: add a new unit 'character unit'
Diffstat (limited to 'sfx2/sdi')
-rwxr-xr-x | sfx2/sdi/sfx.sdi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 8ca8645a05ff..1eb45a62a9a7 100755 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -3830,6 +3830,33 @@ SfxUInt16Item MetricUnit SID_ATTR_METRIC ] //-------------------------------------------------------------------------- +SfxBoolItem ApplyCharUnit SID_ATTR_APPLYCHARUNIT + +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; +] + +//-------------------------------------------------------------------------- SfxBoolItem Modified SID_MODIFIED [ |