From 4eafb5984f60862eb48bef8e3876500671bfac3a Mon Sep 17 00:00:00 2001 From: Release Engineers Date: Tue, 2 Dec 2008 15:24:32 +0000 Subject: #i10000# get rid of warnings --- sc/inc/dpcachetable.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpcachetable.hxx index 88451ed748a2..4817b36e43c7 100644 --- a/sc/inc/dpcachetable.hxx +++ b/sc/inc/dpcachetable.hxx @@ -58,7 +58,7 @@ class ScDocument; class ScRange; class ScDPDimension; class ScDPCollection; -class ScDPCacheCell; +struct ScDPCacheCell; struct ScDPItemData; class Date; @@ -102,6 +102,7 @@ public: public: explicit SingleFilter(ScSimpleSharedString& rSharedString, sal_Int32 nMatchStrId, double fValue, bool bHasValue); + virtual ~SingleFilter(){} virtual bool match(const ScDPCacheCell& rCell) const; -- cgit