summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-02 11:14:27 +0200
committerMichael Stahl <mstahl@redhat.com>2012-05-18 16:37:56 +0200
commit8b0bb9207a695973b41ab1d438f0c21d8ad4e62f (patch)
tree38eca1b585c2a14e374a81d56ad8ce2e0609d7b1 /sc
parent68aca396bdd04363ac98fc3e83df2403d803ae4f (diff)
WaE: has virtual functions but non-virtual destructor
(cherry picked from commit 351e3d492778d3bb0f9a1fd758674c58c50c402d) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/dpcachetable.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpcachetable.hxx
index 695586f42874..5de697f14098 100644
--- a/sc/inc/dpcachetable.hxx
+++ b/sc/inc/dpcachetable.hxx
@@ -81,6 +81,7 @@ public:
class FilterBase
{
public:
+ virtual ~FilterBase() {}
/** returns true if the matching condition is met for a single cell
value, or false otherwise. */
virtual bool match( const ScDPItemData& rCellData ) const = 0;