summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-10-06 14:41:19 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-06 14:41:19 +0200
commit3904e22c9862800b33a7472ff8497e156928daf3 (patch)
treea0702ead6f3bb29d0922914fef701c45caaddb3b /sd
parent4ae5d27ec108d4179f6bfb37286f1e96d35fd9f1 (diff)
parentbded2645342f56af0f62f0ea0b46c404dba446d9 (diff)
Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/impress
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationList.hxx1
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