[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 10 10:07:23 UTC 2020
sc/source/ui/app/inputwin.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e622420c0aa8116294e85c076ff2d8fc6131595f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri May 8 21:54:17 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 10 12:06:41 2020 +0200
Fix typo
Change-Id: Ibf7ad0efc998679e83e0c303a7b193ff56b4d4fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93818
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 485a4565e232..bdbf32321d44 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -195,7 +195,7 @@ ScInputWindow::ScInputWindow( vcl::Window* pParent, const SfxBindings* pBind ) :
InsertItem (SID_INPUT_FUNCTION, Image(StockImage::Yes, RID_BMP_INPUT_FUNCTION), ToolBoxItemBits::NONE, 2);
}
- // sigma and euqal buttons
+ // sigma and equal buttons
if (!mpViewShell->isLOKMobilePhone())
{
InsertItem (SID_INPUT_SUM, Image(StockImage::Yes, RID_BMP_INPUT_SUM), ToolBoxItemBits::DROPDOWNONLY, 3);
@@ -226,7 +226,7 @@ ScInputWindow::ScInputWindow( vcl::Window* pParent, const SfxBindings* pBind ) :
SetHelpId (SID_INPUT_FUNCTION, HID_INSWIN_CALC);
}
- // sigma and euqal buttons
+ // sigma and equal buttons
if (!mpViewShell->isLOKMobilePhone())
{
SetItemText (SID_INPUT_SUM, ScResId( SCSTR_QHELP_BTNSUM ) );
More information about the Libreoffice-commits
mailing list