[Libreoffice-commits] core.git: officecfg/registry
Maxim Monastirsky
momonasmon at gmail.com
Sun Apr 22 19:56:34 UTC 2018
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4cd1b3562871b9701b8e5f062262582511875d35
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date: Sun Apr 22 17:03:29 2018 +0300
Fix .uno:CurrentConditionalFormatDialog label
So it won't be listed with its .uno name in the
customization dialog.
Change-Id: Ia262c7beccac2dd67bc75313f32d1f481f5452ad
Reviewed-on: https://gerrit.libreoffice.org/53285
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 026cfabd644f..a743ccaaaecc 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -512,7 +512,7 @@
</prop>
</node>
<node oor:name=".uno:CurrentConditionalFormatDialog" oor:op="replace">
- <prop oor:name="ContextLabel" oor:type="xs:string">
+ <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Conditional Formatting...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
More information about the Libreoffice-commits
mailing list