summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-05-08 21:54:17 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-05-10 12:06:41 +0200
commite622420c0aa8116294e85c076ff2d8fc6131595f (patch)
treeba8535d36ce75af449eb23b7a12d3e3df287cee2 /sc/source/ui/app
parent0823da8c707e21b9b47fb2cbaea7a60996a0f8eb (diff)
Fix typo
Change-Id: Ibf7ad0efc998679e83e0c303a7b193ff56b4d4fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93818 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r--sc/source/ui/app/inputwin.cxx4
1 files changed, 2 insertions, 2 deletions
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 ) );