summaryrefslogtreecommitdiffstats
path: root/sc/source/core/data/documen7.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/documen7.cxx')
-rw-r--r--sc/source/core/data/documen7.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/data/documen7.cxx b/sc/source/core/data/documen7.cxx
index 50ce32431e8f..1cd90e5a74ae 100644
--- a/sc/source/core/data/documen7.cxx
+++ b/sc/source/core/data/documen7.cxx
@@ -88,7 +88,7 @@ bool ScDocument::LimitRangeToAvailableSheets( const ScRange& rRange, ScRange& o_
return false;
// Originally BCA_LISTEN_ALWAYS uses an implicit tab 0 and should had been
- // valid already, but in case that would change..
+ // valid already, but in case that would change...
if (rRange == BCA_LISTEN_ALWAYS)
return false;
@@ -264,7 +264,7 @@ void ScDocument::PutInFormulaTree( ScFormulaCell* pCell )
if ( pEOFormulaTree )
pEOFormulaTree->SetNext( pCell );
else
- pFormulaTree = pCell; // No end, no beginning..
+ pFormulaTree = pCell; // No end, no beginning...
pCell->SetPrevious( pEOFormulaTree );
pCell->SetNext( nullptr );
pEOFormulaTree = pCell;
@@ -457,7 +457,7 @@ void ScDocument::AppendToFormulaTrack( ScFormulaCell* pCell )
if ( pEOFormulaTrack )
pEOFormulaTrack->SetNextTrack( pCell );
else
- pFormulaTrack = pCell; // No end, no beginning..
+ pFormulaTrack = pCell; // No end, no beginning...
pCell->SetPreviousTrack( pEOFormulaTrack );
pCell->SetNextTrack( nullptr );
pEOFormulaTrack = pCell;