sc/inc/helpids.h | 2 +- sc/source/ui/app/inputwin.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0407509f017e7c24d0d0ba29ab90db5ded3f4b25 Author: tanuki <[email protected]> AuthorDate: Sun Dec 7 20:23:10 2025 +0100 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Dec 8 21:04:34 2025 +0100 sc: translate German name in variable Change-Id: Ia0807996a9ca3083722b6f7886f5188d5b29a416 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195204 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Olivier Hallot <[email protected]> diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index a93bd58881b1..4bb54ea59eaf 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -25,7 +25,7 @@ inline constexpr OUString HID_INSWIN_POS = u"SC_HID_INSWIN_POS"_ustr; inline constexpr OUString HID_INSWIN_CALC = u"SC_HID_INSWIN_CALC"_ustr; inline constexpr OUString HID_INSWIN_CANCEL = u"SC_HID_INSWIN_CANCEL"_ustr; inline constexpr OUString HID_INSWIN_OK = u"SC_HID_INSWIN_OK"_ustr; -inline constexpr OUString HID_INSWIN_SUMME = u"SC_HID_INSWIN_SUMME"_ustr; +inline constexpr OUString HID_INSWIN_SUM = u"SC_HID_INSWIN_SUM"_ustr; inline constexpr OUString HID_INSWIN_FUNC = u"SC_HID_INSWIN_FUNC"_ustr; inline constexpr OUString HID_INSWIN_INPUT = u"SC_HID_INSWIN_INPUT"_ustr; diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index f38a45afd330..2df934ac8685 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -221,7 +221,7 @@ ScInputWindow::ScInputWindow( vcl::Window* pParent, const SfxBindings* pBind ) : // sigma and equal buttons if (!bIsLOKMobilePhone) { - SetHelpId (SID_INPUT_SUM, HID_INSWIN_SUMME); + SetHelpId (SID_INPUT_SUM, HID_INSWIN_SUM); SetHelpId (SID_INPUT_EQUAL, HID_INSWIN_FUNC); SetHelpId (SID_INPUT_CANCEL, HID_INSWIN_CANCEL); SetHelpId (SID_INPUT_OK, HID_INSWIN_OK);
