diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-22 14:13:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-22 14:13:29 +0000 |
commit | 991a9bebc5d5fe041b542c23138870cba45e4084 (patch) | |
tree | da796101787bedb683637f26c912f8944a573919 /sc/inc/dpcachetable.hxx | |
parent | ca5b552e592b7f01a1fa07935d6fd3821bc8bdc6 (diff) |
#i10000# warnings fixed
Diffstat (limited to 'sc/inc/dpcachetable.hxx')
-rw-r--r-- | sc/inc/dpcachetable.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpcachetable.hxx index 49b16a48b9c3..150460428d34 100644 --- a/sc/inc/dpcachetable.hxx +++ b/sc/inc/dpcachetable.hxx @@ -8,7 +8,7 @@ * * $RCSfile: dpcachetable.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * @@ -156,6 +156,7 @@ public: { public: GroupFilter(); + virtual ~GroupFilter(){} virtual bool match(const Cell& rCell) const; void addMatchItem(const String& rStr, double fVal, bool bHasValue); |