summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-02 17:51:50 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-02 18:43:46 +0200
commit470036efe4db4e9773825c1277a659f3b50c5b48 (patch)
tree1c3bf4b3e5ae2b4d252c3f7041d9a53547c13bd9 /sc
parent0a2a759a96a2c065066e44d56a0c6dc51c561bda (diff)
WaE: is abstract but has non-virtual destructor
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/checklistmenu.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx
index 799308aca639..f6bd1e15e589 100644
--- a/sc/source/ui/inc/checklistmenu.hxx
+++ b/sc/source/ui/inc/checklistmenu.hxx
@@ -60,6 +60,7 @@ public:
class Action
{
public:
+ virtual ~Action() {}
virtual void execute() = 0;
};