[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - officecfg/registry sw/sdi

Maxim Monastirsky (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 13 14:21:51 UTC 2019


 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu |    5 ++++
 sw/sdi/swriter.sdi                                                       |   12 +++++-----
 2 files changed, 11 insertions(+), 6 deletions(-)

New commits:
commit 10f6bbf232912447e3d9a3cf9de9111c100d457e
Author:     Maxim Monastirsky <momonasmon at gmail.com>
AuthorDate: Thu Nov 7 17:05:01 2019 +0200
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Wed Nov 13 15:21:11 2019 +0100

    Avoid .uno: command names in the customization dialog
    
    Change-Id: I37a510727dc2d5f8de1eb6ee5b60653e43ff0e4c
    Reviewed-on: https://gerrit.libreoffice.org/82230
    Tested-by: Jenkins
    Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>
    Reviewed-on: https://gerrit.libreoffice.org/82609
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 30192416dd86..36a275b6268c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -400,6 +400,11 @@
           <value>1</value>
         </prop>
       </node>
+      <node oor:name=".uno:MasterSlidesPanel" oor:op="replace">
+        <prop oor:name="Label" oor:type="xs:string">
+          <value xml:lang="en-US">Master Slides</value>
+        </prop>
+      </node>
       <node oor:name=".uno:ConnectorAttributes" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">~Connector...</value>
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index f1381c15b0d4..ec88a83c952d 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -7803,9 +7803,9 @@ SfxUInt32Item TableRowHeight SID_ATTR_TABLE_ROW_HEIGHT
     RecordPerSet;
 
 
-    AccelConfig = TRUE,
-    MenuConfig = TRUE,
-    ToolBoxConfig = TRUE,
+    AccelConfig = FALSE,
+    MenuConfig = FALSE,
+    ToolBoxConfig = FALSE,
     GroupId = SfxGroupId::Table;
 ]
 
@@ -7821,8 +7821,8 @@ SfxUInt32Item TableColumWidth SID_ATTR_TABLE_COLUMN_WIDTH
     RecordPerSet;
 
 
-    AccelConfig = TRUE,
-    MenuConfig = TRUE,
-    ToolBoxConfig = TRUE,
+    AccelConfig = FALSE,
+    MenuConfig = FALSE,
+    ToolBoxConfig = FALSE,
     GroupId = SfxGroupId::Table;
 ]


More information about the Libreoffice-commits mailing list