diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-29 01:26:10 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-29 02:03:07 +0100 |
commit | 64febc8feffd0968a433fa366e0a0c82cdff47c6 (patch) | |
tree | ec73a9679263639928c081bf77576dc314061e96 | |
parent | 15006df5bdce7d06ee5c3ecd2f1618ce3dc6124c (diff) |
remove weird unused CustomAnimationTriggerEntryItem::IsA()
Change-Id: I57c4920ed8e4ecbe90a314ce69e5abc292763347
-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 ) |