officecfg/registry/data/org/openoffice/Office/Calc.xcu | 2 +- sc/source/core/tool/interpr2.cxx | 2 +- wizards/source/euro/Init.xba | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 147f2fe0e46ef030ccee10581b97ffdce770b79f Author: Xisco Fauli <[email protected]> AuthorDate: Fri Nov 28 10:25:42 2025 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Fri Nov 28 13:56:47 2025 +0100 fix typo: BLN -> BGN After commit 37d1cc071ba0cc7f9922c4409d0a014a722ebbce Author: Rene Engelhard <[email protected]> Date: Sat Aug 9 19:05:15 2025 +0200 add EUR for Bulgaria/Lew Change-Id: I6679404cba0be0219bf7ede06297f9b1c990e8b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194760 Reviewed-by: Eike Rathke <[email protected]> Tested-by: Jenkins Reviewed-by: René Engelhard <[email protected]> Signed-off-by: Xisco Fauli <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194766 diff --git a/officecfg/registry/data/org/openoffice/Office/Calc.xcu b/officecfg/registry/data/org/openoffice/Office/Calc.xcu index 2b1e0e2bf5a3..bfea83487242 100644 --- a/officecfg/registry/data/org/openoffice/Office/Calc.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Calc.xcu @@ -244,7 +244,7 @@ <value>EUR</value> </prop> <prop oor:name="ToUnit"> - <value>BLN</value> + <value>BGN</value> </prop> <prop oor:name="Factor"> <value>1.95583</value> diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx index c71bbc39d88d..c9f2de4257db 100644 --- a/sc/source/core/tool/interpr2.cxx +++ b/sc/source/core/tool/interpr2.cxx @@ -3300,7 +3300,7 @@ static bool lclConvertMoney( std::u16string_view aSearchUnit, double& rfRate, in { "LVL", 0.702804, 2 }, { "LTL", 3.45280, 2 }, { "HRK", 7.53450, 2 }, - { "BLN", 1.95583, 2 } + { "BGN", 1.95583, 2 } }; for (const auto & i : aConvertTable) diff --git a/wizards/source/euro/Init.xba b/wizards/source/euro/Init.xba index cd2c4c3e8016..af86951317fe 100644 --- a/wizards/source/euro/Init.xba +++ b/wizards/source/euro/Init.xba @@ -602,7 +602,7 @@ Dim i as Integer CurrValue(20,2) = 2 CurrValue(20,3) = "лв." CurrValue(20,4) = "лв." - CurrValue(20,5) = "BLN" + CurrValue(20,5) = "BGN" i = -1 CurrSymbolList(0) = ""
