diff options
-rw-r--r-- | sc/inc/dpcachetable.hxx | 3 | ||||
-rw-r--r-- | sc/source/core/data/makefile.mk | 1 |
2 files changed, 3 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; diff --git a/sc/source/core/data/makefile.mk b/sc/source/core/data/makefile.mk index 8b5fc1fbabe0..7ca3c096b239 100644 --- a/sc/source/core/data/makefile.mk +++ b/sc/source/core/data/makefile.mk @@ -123,6 +123,7 @@ EXCEPTIONSFILES= \ $(SLO)$/dpgroup.obj \ $(SLO)$/dptabres.obj \ $(SLO)$/dptabdat.obj \ + $(SLO)$/global2.obj \ $(SLO)$/table1.obj \ $(SLO)$/table3.obj \ $(SLO)$/postit.obj \ |