diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx index d88188d309cc..cceac1440d2c 100644 --- a/sd/source/ui/animations/CustomAnimationList.cxx +++ b/sd/source/ui/animations/CustomAnimationList.cxx @@ -357,7 +357,6 @@ class CustomAnimationTriggerEntryItem : public SvLBoxString public: CustomAnimationTriggerEntryItem( SvTreeListEntry*,sal_uInt16 nFlags, const OUString& aDescription ); virtual ~CustomAnimationTriggerEntryItem(); - virtual sal_uInt16 IsA(); void InitViewData( SvTreeListBox*,SvTreeListEntry*,SvViewDataItem* ) SAL_OVERRIDE; SvLBoxItem* Create() const SAL_OVERRIDE; void Clone( SvLBoxItem* pSource ) SAL_OVERRIDE; @@ -382,14 +381,6 @@ CustomAnimationTriggerEntryItem::~CustomAnimationTriggerEntryItem() } - -sal_uInt16 CustomAnimationTriggerEntryItem::IsA() -{ - return (sal_uInt16)-1; -} - - - void CustomAnimationTriggerEntryItem::InitViewData( SvTreeListBox* pView, SvTreeListEntry* pEntry, SvViewDataItem* pViewData ) { if( !pViewData ) |