summaryrefslogtreecommitdiff
path: root/svx/source/editeng/editobj2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/editeng/editobj2.hxx')
-rw-r--r--svx/source/editeng/editobj2.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/editeng/editobj2.hxx b/svx/source/editeng/editobj2.hxx
index 5a023ac931..c61a198f47 100644
--- a/svx/source/editeng/editobj2.hxx
+++ b/svx/source/editeng/editobj2.hxx
@@ -195,7 +195,7 @@ SV_DECL_PTRARR( ContentInfoList, ContentInfoPtr, 1, 4 )
// MT 05/00: Sollte mal direkt EditTextObjekt werden => keine virtuellen Methoden mehr.
-class BinTextObject : public EditTextObject
+class BinTextObject : public EditTextObject, public SfxItemPoolUser
{
using EditTextObject::operator==;
@@ -303,6 +303,8 @@ public:
bool operator==( const BinTextObject& rCompare ) const;
+ // from SfxItemPoolUser
+ virtual void ObjectInDestruction(const SfxItemPool& rSfxItemPool);
};
#endif // _EDITOBJ2_HXX