sw/source/ui/fldui/fldvar.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5dc2b5277f4d18533c5fe4d43b016f12da52ed36 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Apr 10 09:15:22 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Apr 23 19:01:57 2023 +0200 Translate remnant "Kalkulator" into "calculator" Change-Id: I3c72342d07eabb3b618cd0c36d0606d81baad423 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150173 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/ui/fldui/fldvar.cxx b/sw/source/ui/fldui/fldvar.cxx index ae3af154f0b5..13265523ba17 100644 --- a/sw/source/ui/fldui/fldvar.cxx +++ b/sw/source/ui/fldui/fldvar.cxx @@ -1029,7 +1029,7 @@ IMPL_LINK(SwFieldVarPage, TBClickHdl, weld::Button&, rBox, void) bool bText = false; sal_uInt32 nNumberFormat = lcl_getUsedNumFormat( *m_xNumFormatLB, bText); if (nNumberFormat && nNumberFormat != SAL_MAX_UINT32) - { // Switch language to office-language because Kalkulator expects + { // Switch language to office-language because calculator expects // String in office format and it should be fed into dialog like // that nNumberFormat = SwValueField::GetSystemFormat(pSh->GetNumberFormatter(), nNumberFormat); @@ -1151,7 +1151,7 @@ bool SwFieldVarPage::FillItemSet(SfxItemSet* ) if (nFormat && nFormat != NUMBERFORMAT_ENTRY_NOT_FOUND && m_xNumFormatLB->IsAutomaticLanguage()) { - // Switch language to office language because Kalkulator expects + // Switch language to office language because calculator expects // String in office format and it should be fed into the dialog // like that SwWrtShell *pSh = GetWrtShell();