diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-12-11 19:07:39 +0100 |
---|---|---|
committer | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-12-18 11:03:34 +0100 |
commit | 82dce922e6d36b40dd0571b0c00666cd6fc1a8ac (patch) | |
tree | f8001c29986abdab1a46e165eb698d333445d06e /officecfg | |
parent | 8d3cec3c36ecc634ff1079aa897d5692df5c1b25 (diff) |
tdf#128683 Add More Options button to Table section in Writer's Sidebar
Change-Id: I057f7853fafcf8aa33611adae969b12fda6405b7
Reviewed-on: https://gerrit.libreoffice.org/84972
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Roman Kuznetsov <antilibreoffice@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index b2d473c42920..80b9999ef5d9 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -1561,6 +1561,9 @@ <prop oor:name="DeckId" oor:type="xs:string"> <value>PropertyDeck</value> </prop> + <prop oor:name="DefaultMenuCommand"> + <value>.uno:TableDialog</value> + </prop> <prop oor:name="ContextList"> <value oor:separator=";"> WriterVariants, Table, visible ; |