summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2008-12-02 15:24:32 +0000
committerRelease Engineers <releng@openoffice.org>2008-12-02 15:24:32 +0000
commit4eafb5984f60862eb48bef8e3876500671bfac3a (patch)
tree49d0a524cc4b199d7545f9048e0df65a3210308a /sc/inc
parent5beec3891e1328a30b6c1fa33c2227ce8381855b (diff)
#i10000# get rid of warnings
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dpcachetable.hxx3
1 files changed, 2 insertions, 1 deletions
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;