[ooo-build-commit] .: sd/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Oct 6 03:45:44 PDT 2010
sd/source/ui/animations/CustomAnimationList.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit cf66dfdd5feead6a3059e4370300f465f4ce1212
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Oct 6 09:14:22 2010 +0100
add virtual dtor, cppcheck warning
diff --git a/sd/source/ui/animations/CustomAnimationList.hxx b/sd/source/ui/animations/CustomAnimationList.hxx
index 508ae60..0a45702 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
More information about the ooo-build-commit
mailing list