[Libreoffice-commits] core.git: officecfg/registry
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Jan 26 22:53:04 UTC 2019
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 22 ++++++++++
1 file changed, 22 insertions(+)
New commits:
commit ed707a4806a489467c6d9be7d1b787dab94b5f78
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: Sat Jan 26 23:52:42 2019 +0100
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>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index b0add4f0f2b2..a9027f919841 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