[Libreoffice-commits] core.git: icon-themes/colibre officecfg/registry

andreas kainz kainz.a at gmail.com
Fri Apr 6 05:37:40 UTC 2018


 icon-themes/colibre/links.txt                                        |    8 ++++++++
 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu    |    6 ++++++
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    3 +++
 3 files changed, 17 insertions(+)

New commits:
commit ab01cb1ca5441177db0d1d39451db554223cabe9
Author: andreas kainz <kainz.a at gmail.com>
Date:   Fri Apr 6 01:55:26 2018 +0200

    NB Calc: needed icons for Insert Tab
    
    Change-Id: I3a622a4b658c314bfac6f89a12ffedd09b44bb3b
    Reviewed-on: https://gerrit.libreoffice.org/52481
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>

diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt
index a2b094b415f2..ea185a663853 100644
--- a/icon-themes/colibre/links.txt
+++ b/icon-themes/colibre/links.txt
@@ -590,6 +590,14 @@ cmd/lc_functiondialog.png cmd/lc_dbviewfunctions.png
 cmd/sc_functionbox.png cmd/sc_dbviewfunctions.png
 cmd/sc_sheetcommentmenu.png cmd/sc_showannotations.png
 
+# calc tabs
+cmd/sc_insertcurrentdate.png cmd/sc_datefield.png
+cmd/lc_insertcurrentdate.png cmd/lc_datefield.png
+cmd/sc_insertcurrenttime.png cmd/sc_timefield.png
+cmd/lc_insertcurrenttime.png cmd/lc_timefield.png
+cmd/sc_insertobjectchartfromfile.png cmd/sc_open.png
+cmd/lc_insertobjectchartfromfile.png cmd/lc_open.png
+
 # Shapes
 cmd/lc_basicshapes.png cmd/lc_basicshapes.diamond.png
 cmd/lc_basicshapes.ellipse.png cmd/lc_ellipse.png
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 7642a4858f1a..fc35b904fe35 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -2223,6 +2223,9 @@
         <prop oor:name="ContextLabel" oor:type="xs:string">
           <value xml:lang="en-US">~Date</value>
         </prop>
+        <prop oor:name="Properties" oor:type="xs:int">
+          <value>1</value>
+        </prop>
       </node>
       <node oor:name=".uno:InsertCurrentTime" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
@@ -2231,6 +2234,9 @@
         <prop oor:name="ContextLabel" oor:type="xs:string">
           <value xml:lang="en-US">~Time</value>
         </prop>
+        <prop oor:name="Properties" oor:type="xs:int">
+          <value>1</value>
+        </prop>
       </node>
       <node oor:name=".uno:ExportAsGraphic" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 74215c11eb89..bbc47f8387fa 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2544,6 +2544,9 @@
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">Chart from File...</value>
         </prop>
+        <prop oor:name="Properties" oor:type="xs:int">
+          <value>1</value>
+        </prop>
       </node>
       <node oor:name=".uno:DefaultBullet" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">


More information about the Libreoffice-commits mailing list