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 f9ea8f2b3851..134f26a91877 100644
--- a/sc/source/core/data/dpfilteredcache.cxx
+++ b/sc/source/core/data/dpfilteredcache.cxx
@@ -291,9 +291,9 @@ const ScDPItemData* ScDPFilteredCache::getCell(SCCOL nCol, SCROW nRow, bool bRep
return mrCache.GetItemDataById( nCol, nId );
}
-void ScDPFilteredCache::getValue( ScDPValue& rVal, SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const
+void ScDPFilteredCache::getValue( ScDPValue& rVal, SCCOL nCol, SCROW nRow) const
{
- const ScDPItemData* pData = getCell( nCol, nRow, bRepeatIfEmpty );
+ const ScDPItemData* pData = getCell( nCol, nRow, false/*bRepeatIfEmpty*/ );
if (pData)
{