summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh5.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-05 21:07:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-06 07:53:19 +0000
commit7d4b68fa47b2e670dcab7be335d38be690db2a73 (patch)
treea6dd8a88ce8c59586bf5024065b3206c424a1a0e /sc/source/ui/docshell/docsh5.cxx
parent7662e92c64ec194a2089f633a363d9dc45a4aa9d (diff)
Fix typos
Change-Id: I9e7f7fa6a8b89304883a843f9fb0b905f5e8a8a4 Reviewed-on: https://gerrit.libreoffice.org/36100 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/source/ui/docshell/docsh5.cxx')
-rw-r--r--sc/source/ui/docshell/docsh5.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/docshell/docsh5.cxx b/sc/source/ui/docshell/docsh5.cxx
index a714eb0bcd18..9d23184c4b3e 100644
--- a/sc/source/ui/docshell/docsh5.cxx
+++ b/sc/source/ui/docshell/docsh5.cxx
@@ -116,7 +116,7 @@ ScDBData* ScDocShell::GetDBData( const ScRange& rMarked, ScGetDBMode eMode, ScGe
SCTAB nStartTab = nTab;
SCCOL nEndCol = rMarked.aEnd.Col();
SCROW nEndRow = rMarked.aEnd.Row();
- // Not simply GetDBAtCursor: The continuos data range for "unnamed" (GetDataArea) may be
+ // Not simply GetDBAtCursor: The continuous data range for "unnamed" (GetDataArea) may be
// located next to the cursor; so a named DB range needs to be searched for there as well.
ScDBCollection* pColl = aDocument.GetDBCollection();
ScDBData* pData = aDocument.GetDBAtArea( nTab, nStartCol, nStartRow, nEndCol, nEndRow );
@@ -195,7 +195,7 @@ ScDBData* ScDocShell::GetDBData( const ScRange& rMarked, ScGetDBMode eMode, ScGe
else
{
if ( !bSelected )
- { // continuos range
+ { // continuous range
nStartCol = nCol;
nStartRow = nRow;
if (bOnlyDown)
@@ -382,7 +382,7 @@ void ScDocShell::CancelAutoDBRange()
}
}
- // adjust hights
+ // adjust height
//! merge with docfunc
bool ScDocShell::AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab )