[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - officecfg/registry

Roman Kuznetsov (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 20 07:44:42 UTC 2019


 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 868f3b157e2982887c3efeb4de850560a43755c5
Author:     Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Wed Dec 11 19:07:39 2019 +0100
Commit:     Roman Kuznetsov <antilibreoffice at gmail.com>
CommitDate: Fri Dec 20 08:43:49 2019 +0100

    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 at collabora.com>
    Reviewed-by: Roman Kuznetsov <antilibreoffice at gmail.com>
    (cherry picked from commit 82dce922e6d36b40dd0571b0c00666cd6fc1a8ac)
    Reviewed-on: https://gerrit.libreoffice.org/85530

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index c1fab7539039..dd777b7b228e 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 ;


More information about the Libreoffice-commits mailing list