summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/table2.cxx')
-rw-r--r--sc/source/core/data/table2.cxx2
1 files changed, 1 insertions, 1 deletions
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);