summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-03 00:19:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-03 10:29:41 +0200
commiteced5a20b5db1364aa9feb50dfc8e55b34324b9e (patch)
treea96eb91f02c8811fd7c6154618a168487b65c73b /sc
parent5785fc06836607b3a0a25e649d81b8607b22d4af (diff)
Fix typos
Change-Id: I7eacff7dd5bf1e8ae70d2bca0bc852b8a45eeeec Reviewed-on: https://gerrit.libreoffice.org/78428 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/cursuno.cxx2
-rw-r--r--sc/source/ui/unoobj/datauno.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/cursuno.cxx b/sc/source/ui/unoobj/cursuno.cxx
index 28e6c92f6f50..dd9b03c57e83 100644
--- a/sc/source/ui/unoobj/cursuno.cxx
+++ b/sc/source/ui/unoobj/cursuno.cxx
@@ -127,7 +127,7 @@ void SAL_CALL ScCellCursorObj::collapseToCurrentArray()
}
}
// that's a Bug, that this assertion comes; the API Reference says, that
- // if there is no Matrix, the Range is left unchanged; they says nothing
+ // if there is no Matrix, the Range is left unchanged; they say nothing
// about an exception
/*if (!bFound)
{
diff --git a/sc/source/ui/unoobj/datauno.cxx b/sc/source/ui/unoobj/datauno.cxx
index 89064f898c31..596da506ad14 100644
--- a/sc/source/ui/unoobj/datauno.cxx
+++ b/sc/source/ui/unoobj/datauno.cxx
@@ -533,7 +533,7 @@ ScSubTotalDescriptorBase::~ScSubTotalDescriptorBase()
{
}
-// XSubTotalDesctiptor
+// XSubTotalDescriptor
ScSubTotalFieldObj* ScSubTotalDescriptorBase::GetObjectByIndex_Impl(sal_uInt16 nIndex)
{