summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-13 00:20:20 +0100
committerMark Page <aptitude@btconnect.com>2017-11-13 08:43:17 +0100
commitd71bcc4dc5025ea24944454908098269cfd095a3 (patch)
tree4e0e21223c2b7fc157b840d2c717eb1dd1ba7942 /sc/source/ui
parent930efab3be7dd818918b7116119bb049acdcda76 (diff)
Fix typos
Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/unoobj/cursuno.cxx2
-rw-r--r--sc/source/ui/vba/vbarange.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/cursuno.cxx b/sc/source/ui/unoobj/cursuno.cxx
index 6ed923826e66..4e3677ad3584 100644
--- a/sc/source/ui/unoobj/cursuno.cxx
+++ b/sc/source/ui/unoobj/cursuno.cxx
@@ -140,7 +140,7 @@ void SAL_CALL ScCellCursorObj::collapseToCurrentArray()
SetNewRange( aMatrix );
}
}
- // thats a Bug, that this assertion comes; the API Reference says, that
+ // 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
// about a exception
/*if (!bFound)
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index 265293fad7f4..1f078b5408af 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -3546,7 +3546,7 @@ ScVbaRange::End( ::sal_Int32 Direction )
// #FIXME #TODO
// euch! found my orig implementation sucked, so
// trying this even sucker one (really need to use/expose code in
- // around ScTabView::MoveCursorArea(), thats the bit that calculates
+ // around ScTabView::MoveCursorArea(), that's the bit that calculates
// where the cursor should go)
// Main problem with this method is the ultra hacky attempt to preserve
// the ActiveCell, there should be no need to go to these extremes
@@ -4155,7 +4155,7 @@ ScVbaRange::getName()
uno::Reference< excel::XWorksheet >
ScVbaRange::getWorksheet()
{
- // #TODO #FIXME parent should always be set up ( currently thats not
+ // #TODO #FIXME parent should always be set up ( currently that's not
// the case )
uno::Reference< excel::XWorksheet > xSheet( getParent(), uno::UNO_QUERY );
if ( !xSheet.is() )