Kaydet (Commit) 64febc8f authored tarafından Michael Stahl's avatar Michael Stahl

remove weird unused CustomAnimationTriggerEntryItem::IsA()

Change-Id: I57c4920ed8e4ecbe90a314ce69e5abc292763347
üst 15006df5
...@@ -357,7 +357,6 @@ class CustomAnimationTriggerEntryItem : public SvLBoxString ...@@ -357,7 +357,6 @@ class CustomAnimationTriggerEntryItem : public SvLBoxString
public: public:
CustomAnimationTriggerEntryItem( SvTreeListEntry*,sal_uInt16 nFlags, const OUString& aDescription ); CustomAnimationTriggerEntryItem( SvTreeListEntry*,sal_uInt16 nFlags, const OUString& aDescription );
virtual ~CustomAnimationTriggerEntryItem(); virtual ~CustomAnimationTriggerEntryItem();
virtual sal_uInt16 IsA();
void InitViewData( SvTreeListBox*,SvTreeListEntry*,SvViewDataItem* ) SAL_OVERRIDE; void InitViewData( SvTreeListBox*,SvTreeListEntry*,SvViewDataItem* ) SAL_OVERRIDE;
SvLBoxItem* Create() const SAL_OVERRIDE; SvLBoxItem* Create() const SAL_OVERRIDE;
void Clone( SvLBoxItem* pSource ) SAL_OVERRIDE; void Clone( SvLBoxItem* pSource ) SAL_OVERRIDE;
...@@ -382,14 +381,6 @@ CustomAnimationTriggerEntryItem::~CustomAnimationTriggerEntryItem() ...@@ -382,14 +381,6 @@ CustomAnimationTriggerEntryItem::~CustomAnimationTriggerEntryItem()
} }
sal_uInt16 CustomAnimationTriggerEntryItem::IsA()
{
return (sal_uInt16)-1;
}
void CustomAnimationTriggerEntryItem::InitViewData( SvTreeListBox* pView, SvTreeListEntry* pEntry, SvViewDataItem* pViewData ) void CustomAnimationTriggerEntryItem::InitViewData( SvTreeListBox* pView, SvTreeListEntry* pEntry, SvViewDataItem* pViewData )
{ {
if( !pViewData ) if( !pViewData )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment