[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - officecfg/registry
Yousuf Philips
philipz85 at hotmail.com
Tue Apr 28 01:42:56 PDT 2015
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 5e6b5b3c039271d854a7684eebdf54712bac9e51
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Fri Apr 24 22:26:38 2015 +0400
ICONS: Fix missing table insert icons in context menu and menu bar
Change-Id: Ic66d1904a5e677472539ceb552a53d6700e545e1
Reviewed-on: https://gerrit.libreoffice.org/15522
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
(cherry picked from commit aa0d8ccbe55bd93e819fe53e781d0c8b0a3f3a77)
Reviewed-on: https://gerrit.libreoffice.org/15524
Tested-by: David Tardon <dtardon at redhat.com>
Reviewed-by: David Tardon <dtardon at redhat.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 7cc0a7f..4502a29 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1083,6 +1083,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Rows...</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:InsertRows" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
@@ -1096,6 +1099,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Columns...</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:InsertColumns" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
More information about the Libreoffice-commits
mailing list