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

Muhammet Kara (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 17 19:22:34 UTC 2019


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

New commits:
commit 3969cd979a4f5cb6b0bc5f9f9d629e77002889d4
Author:     Muhammet Kara <muhammet.kara at collabora.com>
AuthorDate: Sat Jan 26 01:33:37 2019 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Mon Jun 17 21:21:50 2019 +0200

    Make the text on Redaction toolbar buttons visible
    
    Change-Id: I3d6bc2adb91fbe16da008797b7b7e5189726c500
    Reviewed-on: https://gerrit.libreoffice.org/66968
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/74200
    Tested-by: Muhammet Kara <muhammet.kara at collabora.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index de1611cba66a..ada4185dd477 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2082,6 +2082,17 @@
           <value>1</value>
         </prop>
       </node>
+      <node oor:name=".uno:Rect?FillTransparence:short=50&FillColor:string=COL_GRAY7&LineStyle:short=0&IsSticky:bool=true" oor:op="replace">
+        <prop oor:name="Label" oor:type="xs:string">
+          <value xml:lang="en-US">Rectangle</value>
+        </prop>
+        <prop oor:name="TooltipLabel" oor:type="xs:string">
+          <value xml:lang="en-US">Rectangle Redaction</value>
+        </prop>
+        <prop oor:name="Properties" oor:type="xs:int">
+          <value>1</value>
+        </prop>
+      </node>
       <node oor:name=".uno:Rect_Rounded" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">Rectangle, Rounded</value>
@@ -4735,6 +4746,17 @@
           <value>1</value>
         </prop>
       </node>
+      <node oor:name=".uno:Freeline_Unfilled?Transparence:short=50&Color:string=COL_GRAY7&Width:short=500&IsSticky:bool=true" oor:op="replace">
+        <prop oor:name="Label" oor:type="xs:string">
+          <value xml:lang="en-US">Freeform</value>
+        </prop>
+        <prop oor:name="TooltipLabel" oor:type="xs:string">
+          <value xml:lang="en-US">Freeform Redaction</value>
+        </prop>
+        <prop oor:name="Properties" oor:type="xs:int">
+          <value>1</value>
+        </prop>
+      </node>
       <node oor:name=".uno:Text_Marquee" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">Text Animation</value>


More information about the Libreoffice-commits mailing list