summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpfilteredcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dpfilteredcache.cxx')
-rw-r--r--sc/source/core/data/dpfilteredcache.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/data/dpfilteredcache.cxx b/sc/source/core/data/dpfilteredcache.cxx
index a5e969461cdc..68e8ce2a9b27 100644
--- a/sc/source/core/data/dpfilteredcache.cxx
+++ b/sc/source/core/data/dpfilteredcache.cxx
@@ -102,7 +102,7 @@ size_t ScDPFilteredCache::GroupFilter::getMatchItemCount() const
return maItems.size();
}
-// ----------------------------------------------------------------------------
+
ScDPFilteredCache::Criterion::Criterion() :
mnFieldIndex(-1),
@@ -110,7 +110,7 @@ ScDPFilteredCache::Criterion::Criterion() :
{
}
-// ----------------------------------------------------------------------------
+
ScDPFilteredCache::ScDPFilteredCache(const ScDPCache& rCache) :
maShowByFilter(0, MAXROW+1, false), maShowByPage(0, MAXROW+1, true), mrCache(rCache)