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

New commits:
commit 5e6b5b3c039271d854a7684eebdf54712bac9e51
Author: Yousuf Philips <philip...@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 <c...@libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    (cherry picked from commit aa0d8ccbe55bd93e819fe53e781d0c8b0a3f3a77)
    Reviewed-on: https://gerrit.libreoffice.org/15524
    Tested-by: David Tardon <dtar...@redhat.com>
    Reviewed-by: David Tardon <dtar...@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">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to