diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-23 16:02:53 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-23 19:30:30 +0200 |
commit | 161b42efa95ac353fe0f800b2dea5ac495e8a55a (patch) | |
tree | 7a9bd8d765441f547ba3dbabf9f80b1f43a65927 /officecfg | |
parent | 7a447a8c60113f53b237b633b940a761188a3885 (diff) |
tdf#107971 - 'Shapes' text is gone from Modify menu
Regression from commit f5738518a6ff5321d4d35d9bed4a640ae0a6ae9a
"remove unhandled SID commands from svx"
Change-Id: I78345c14fd899f19fa5134a6ada493e1f151d061
Reviewed-on: https://gerrit.libreoffice.org/37954
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index fcdba9d45af2..eb377b8f2387 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6032,6 +6032,11 @@ <value xml:lang="en-US">Alig~n</value> </prop> </node> + <node oor:name=".uno:PolyFormen" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">~Shapes</value> + </prop> + </node> <node oor:name=".uno:Scan" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Scan</value> |