From ff178cca3384a1d15dcf51491df6196e487f47f4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 8 Jun 2015 12:21:01 +0100 Subject: 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 --- sd/sdi/drtxtob.sdi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sd/sdi') 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; -- cgit