summaryrefslogtreecommitdiff
path: root/sc/inc/dpsdbtab.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-08-15 13:17:40 +0000
committerKurt Zenker <kz@openoffice.org>2008-08-15 13:17:40 +0000
commitbf73ce14500673b3e528d9c283113ac53abdf6dd (patch)
tree2a9e1ef622c84d489a79c3a03244f7680af36c7c /sc/inc/dpsdbtab.hxx
parent30227d465e2d4d1ffc9d1bf8887300215da88649 (diff)
INTEGRATION: CWS pflin11 (1.5.104); FILE MERGED
2008/08/06 01:52:42 pflin 1.5.104.1: fix for i90022
Diffstat (limited to 'sc/inc/dpsdbtab.hxx')
-rw-r--r--sc/inc/dpsdbtab.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpsdbtab.hxx b/sc/inc/dpsdbtab.hxx
index 1c93ff42b41c..f4874d54263a 100644
--- a/sc/inc/dpsdbtab.hxx
+++ b/sc/inc/dpsdbtab.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dpsdbtab.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -89,7 +89,7 @@ public:
virtual void SetEmptyFlags( BOOL bIgnoreEmptyRows, BOOL bRepeatIfEmpty );
virtual void CreateCacheTable();
- virtual void FilterCacheTable(const ::std::vector<ScDPDimension*>& rPageDims);
+ virtual void FilterCacheTable(const ::std::vector<ScDPCacheTable::Criterion>& rCriteria);
virtual void GetDrillDownData(const ::std::vector<ScDPCacheTable::Criterion>& rCriteria,
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > >& rData);
virtual void CalcResults(CalcInfo& rInfo, bool bAutoShow);