summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2022-07-27 17:40:31 +0200
committerEike Rathke <erack@redhat.com>2022-07-27 19:44:34 +0200
commit19533948370dc1ccd7334dbe1a8b7fc8330b10c0 (patch)
treeab318af1afc520b440cf96c411ad98772b0b2ac9 /sc/inc
parentd5e922f0864b88ff44c49e75f984e96659171771 (diff)
Name FilteredRow what it is, not hidden; tdf#117276 follow-up
Also avoid defaulted parameter, it's only one more place to change. Change-Id: I64468fcd7085eff7a49bd0c359fdf14a31058af6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137511 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 56aa1f9fc65e..a67a166646e2 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -600,7 +600,7 @@ public:
void GetFilterEntries(
sc::ColumnBlockConstPosition& rBlockPos, SCROW nStartRow, SCROW nEndRow,
- ScFilterEntries& rFilterEntries, bool bFiltering, bool bHiddenRow = false );
+ ScFilterEntries& rFilterEntries, bool bFiltering, bool bFilteredRow );
bool GetDataEntries( SCROW nRow, std::set<ScTypedStrData>& rStrings) const;