summaryrefslogtreecommitdiff
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
commitb92ef8f1d652ed09195b991a7643ac7538659bf6 (patch)
tree47550c0336632dbf23fc49cc778e10961db16f2b
parent7b3aa4fd168ce2d59da74a83c5f0e29bf5115c12 (diff)
INTEGRATION: CWS pflin11 (1.5.104); FILE MERGED
2008/08/06 01:52:42 pflin 1.5.104.1: fix for i90022
-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 f88b6cfed..0f4a3761b 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);