diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-08 12:21:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-08 13:38:26 +0100 |
commit | ff178cca3384a1d15dcf51491df6196e487f47f4 (patch) | |
tree | ceb4088f6fbec649d6e0f6955830c945c093f6ab /sd/sdi | |
parent | b9dd51782ceba70bda091191349d31767b7bf744 (diff) |
Resolves: tdf#91932 enable CaseMap property in impress/draw
I don't see why this was explicitly disabled, works fine
out of the box for me, import/export already hooked up
in odf
Change-Id: I5e6bdbc6a4f3cbcd97330c7d9fb33589489afee2
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/drtxtob.sdi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/sdi/drtxtob.sdi b/sd/sdi/drtxtob.sdi index 3e975d4946da..ed564e492d23 100644 --- a/sd/sdi/drtxtob.sdi +++ b/sd/sdi/drtxtob.sdi @@ -92,6 +92,12 @@ shell TextObjectBar StateMethod = GetAttrState; ] + SID_ATTR_CHAR_CASEMAP // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_PARA_ADJUST_LEFT // ole : ?, status : ? [ ExecMethod = Execute; |