diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-06 09:14:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-06 09:14:22 +0100 |
commit | bded2645342f56af0f62f0ea0b46c404dba446d9 (patch) | |
tree | 2955652f7d283a2de18ecb2e20dc976921d331ac /sd/source | |
parent | 62dc35ffb09709f3d4b94b0f35b55374f03815b6 (diff) |
add virtual dtor, cppcheck warning
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.hxx b/sd/source/ui/animations/CustomAnimationList.hxx index fcb91aa6a8b6..cf7591990444 100644 --- a/sd/source/ui/animations/CustomAnimationList.hxx +++ b/sd/source/ui/animations/CustomAnimationList.hxx @@ -45,6 +45,7 @@ public: virtual void onSelect() = 0; virtual void onDoubleClick() = 0; virtual void onContextMenu( USHORT nSelectedPopupEntry ) = 0; + virtual ~ICustomAnimationListController() {} }; class CustomAnimationList : public SvTreeListBox, public ISequenceListener |