diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-13 14:32:47 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-05-27 19:07:46 +0200 |
commit | 7d70516bb1aef8c234788c1cc515d78ac2df7a0c (patch) | |
tree | c2fad62ec911ce9928e4288e9d7567a459b8595e | |
parent | 336f893c57c3c0281d4899629ad55603837d5d40 (diff) |
Resolves: tdf#48918 grow/shrink effect missing from ui
Change-Id: I4b80cf95e79cc3798816c4e7763328fae7c3aad3
Reviewed-on: https://gerrit.libreoffice.org/36524
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu index 04c13c870238..c635e0387517 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu @@ -2448,7 +2448,7 @@ <value xml:lang="en-US">Basic</value> </prop> <prop oor:name="Effects" oor:type="oor:string-list"> - <value oor:separator=";">ooo-emphasis-fill-color;ooo-emphasis-font;ooo-emphasis-font-color;ooo-emphasis-font-size;ooo-emphasis-font-style;ooo-emphasis-line-color;ooo-emphasis-spin;ooo-emphasis-transparency</value> + <value oor:separator=";">ooo-emphasis-fill-color;ooo-emphasis-font;ooo-emphasis-font-color;ooo-emphasis-font-size;ooo-emphasis-font-style;ooo-emphasis-grow-and-shrink;ooo-emphasis-line-color;ooo-emphasis-spin;ooo-emphasis-transparency</value> </prop> </node> <node oor:name="special" oor:op="replace"> |