From a1b8b44bf99b331f6cd4b4583d08b6a01d5c4f03 Mon Sep 17 00:00:00 2001 From: Bogdan Buzea Date: Thu, 28 Nov 2024 16:35:45 +0100 Subject: [PATCH] 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 --- .../schema/org/openoffice/Office/Calc.xcs | 6 +++--- sc/uiconfig/scalc/ui/optcalculatepage.ui | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) 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 @@ Specifies the year. - + Specifies the month. - + Specifies the day. - + 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 @@ 6 - 12/30/1899 (defa_ult) + 1899-12-30 (defa_ult) True True False - Value 0 corresponds to 12/30/1899 + Value 0 corresponds to 1899-12-30 True True True - Sets 12/30/1899 as day zero. + Sets 1899-12-30 as day zero. @@ -557,17 +557,17 @@ - 01/01/1900 (Star_Calc 1.0) + 1900-01-01 (Star_Calc 1.0) True True False - Value 0 corresponds to 01/01/1900 + Value 0 corresponds to 1900-01-01 True True datestd - Sets 1/1/1900 as day zero. Use this setting for StarCalc 1.0 spreadsheets containing date entries. + Sets 1900-01-01 as day zero. Use this setting for StarCalc 1.0 spreadsheets containing date entries. @@ -578,17 +578,17 @@ - _01/01/1904 + _1904-01-01 True True False - 0 corresponds to 01/01/1904 + 0 corresponds to 1904-01-01 True True datestd - Sets 1/1/1904 as day zero. Use this setting for spreadsheets that are imported in a foreign format. + Sets 1904-01-01 as day zero. Use this setting for spreadsheets that are imported in a foreign format.