officecfg/registry/schema/org/openoffice/Office/Calc.xcs |    6 ++---
 sc/uiconfig/scalc/ui/optcalculatepage.ui                 |   18 +++++++--------
 2 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 433fd1579949216906e931c1d331a5fa8023b117
Author:     Bogdan Buzea <buzea.bog...@libreoffice.org>
AuthorDate: Thu Nov 28 16:35:45 2024 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Dec 10 11:30:03 2024 +0100

    tdf#131332: Replace custom date formats with ISO 8601
    
    Change-Id: Ia9307e299f5cbf131b62e8936bc65aa8d7af8739
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177496
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    (cherry picked from commit a1b8b44bf99b331f6cd4b4583d08b6a01d5c4f03)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178181

diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 656747e782be..22e14c4421fe 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -49,19 +49,19 @@
       <prop oor:name="YY" oor:type="xs:int">
         <info>
           <desc>Specifies the year.</desc>
-          <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 
01/01/1904</label>
+          <label>1899-12-30 (Standard) 1900-01-01 (StarCalc 1.0) 
1904-01-01</label>
         </info>
       </prop>
       <prop oor:name="MM" oor:type="xs:int">
         <info>
           <desc>Specifies the month.</desc>
-          <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 
01/01/1904</label>
+          <label>1899-12-30 (Standard) 1900-01-01 (StarCalc 1.0) 
1904-01-01</label>
         </info>
       </prop>
       <prop oor:name="DD" oor:type="xs:int">
         <info>
           <desc>Specifies the day.</desc>
-          <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 
01/01/1904</label>
+          <label>1899-12-30 (Standard) 1900-01-01 (StarCalc 1.0) 
1904-01-01</label>
         </info>
       </prop>
     </group>
diff --git a/sc/uiconfig/scalc/ui/optcalculatepage.ui 
b/sc/uiconfig/scalc/ui/optcalculatepage.ui
index f7073fbea926..c1f7160be2d6 100644
--- a/sc/uiconfig/scalc/ui/optcalculatepage.ui
+++ b/sc/uiconfig/scalc/ui/optcalculatepage.ui
@@ -536,17 +536,17 @@
             <property name="margin-top">6</property>
             <child>
               <object class="GtkRadioButton" id="datestd">
-                <property name="label" translatable="yes" 
context="optcalculatepage|datestd">12/30/1899 (defa_ult)</property>
+                <property name="label" translatable="yes" 
context="optcalculatepage|datestd">1899-12-30 (defa_ult)</property>
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="receives-default">False</property>
-                <property name="tooltip-text" translatable="yes" 
context="optcalculatepage|datestd|tooltip_text">Value 0 corresponds to 
12/30/1899</property>
+                <property name="tooltip-text" translatable="yes" 
context="optcalculatepage|datestd|tooltip_text">Value 0 corresponds to 
1899-12-30</property>
                 <property name="use-underline">True</property>
                 <property name="active">True</property>
                 <property name="draw-indicator">True</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="datestd-atkobject">
-                    <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|datestd">Sets 12/30/1899 as day 
zero.</property>
+                    <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|datestd">Sets 1899-12-30 as day 
zero.</property>
                   </object>
                 </child>
               </object>
@@ -557,17 +557,17 @@
             </child>
             <child>
               <object class="GtkRadioButton" id="datesc10">
-                <property name="label" translatable="yes" 
context="optcalculatepage|datesc10">01/01/1900 (Star_Calc 1.0)</property>
+                <property name="label" translatable="yes" 
context="optcalculatepage|datesc10">1900-01-01 (Star_Calc 1.0)</property>
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="receives-default">False</property>
-                <property name="tooltip-text" translatable="yes" 
context="optcalculatepage|datesc10|tooltip_text">Value 0 corresponds to 
01/01/1900</property>
+                <property name="tooltip-text" translatable="yes" 
context="optcalculatepage|datesc10|tooltip_text">Value 0 corresponds to 
1900-01-01</property>
                 <property name="use-underline">True</property>
                 <property name="draw-indicator">True</property>
                 <property name="group">datestd</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="datesc10-atkobject">
-                    <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|datesc10">Sets 1/1/1900 as day zero. 
Use this setting for StarCalc 1.0 spreadsheets containing date 
entries.</property>
+                    <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|datesc10">Sets 1900-01-01 as day zero. 
Use this setting for StarCalc 1.0 spreadsheets containing date 
entries.</property>
                   </object>
                 </child>
               </object>
@@ -578,17 +578,17 @@
             </child>
             <child>
               <object class="GtkRadioButton" id="date1904">
-                <property name="label" translatable="yes" 
context="optcalculatepage|date1904">_01/01/1904</property>
+                <property name="label" translatable="yes" 
context="optcalculatepage|date1904">_1904-01-01</property>
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <property name="receives-default">False</property>
-                <property name="tooltip-text" translatable="yes" 
context="optcalculatepage|date1904|tooltip_text">0 corresponds to 
01/01/1904</property>
+                <property name="tooltip-text" translatable="yes" 
context="optcalculatepage|date1904|tooltip_text">0 corresponds to 
1904-01-01</property>
                 <property name="use-underline">True</property>
                 <property name="draw-indicator">True</property>
                 <property name="group">datestd</property>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="date1904-atkobject">
-                    <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|date1904">Sets 1/1/1904 as day zero. 
Use this setting for spreadsheets that are imported in a foreign 
format.</property>
+                    <property name="AtkObject::accessible-description" 
translatable="yes" context="extended_tip|date1904">Sets 1904-01-01 as day zero. 
Use this setting for spreadsheets that are imported in a foreign 
format.</property>
                   </object>
                 </child>
               </object>

Reply via email to