summaryrefslogtreecommitdiff
path: root/sc/source/core/data
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data')
-rw-r--r--sc/source/core/data/formulacell.cxx2
-rw-r--r--sc/source/core/data/table2.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index ec9b4ff6d549..e02c3cc7252a 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -2273,7 +2273,7 @@ void ScFormulaCell::AddRecalcMode( ScRecalcMode nBits )
if ( (nBits & RECALCMODE_EMASK) != ScRecalcMode::NORMAL )
SetDirtyVar();
if ( nBits & ScRecalcMode::ONLOAD_ONCE )
- { // OnLoadOnce nur zum Dirty setzen nach Filter-Import
+ { // OnLoadOnce is used only to set Dirty after filter import.
nBits = (nBits & ~RECALCMODE_EMASK) | ScRecalcMode::NORMAL;
}
pCode->AddRecalcMode( nBits );
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index 2ba437d07f98..1a580f18a454 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -3093,7 +3093,7 @@ void ScTable::DBShowRow(SCROW nRow, bool bShow)
{
if (ValidRow(nRow) && pRowFlags)
{
- // Always set Filter-Flag, also unchanged when Hidden
+ // Always set filter flag; unchanged when Hidden
bool bChanged = SetRowHidden(nRow, nRow, !bShow);
SetRowFiltered(nRow, nRow, !bShow);