diff options
Diffstat (limited to 'include/editeng/editobj.hxx')
-rw-r--r-- | include/editeng/editobj.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx index ea68d92df507..818e3ea28a73 100644 --- a/include/editeng/editobj.hxx +++ b/include/editeng/editobj.hxx @@ -56,7 +56,7 @@ enum class TextRotation { NONE, TOPTOBOTTOM, BOTTOMTOTOP }; class EditTextObjectImpl; -class EDITENG_DLLPUBLIC EditTextObject final : public SfxItemPoolUser +class EDITENG_DLLPUBLIC EditTextObject final { friend class EditTextObjectImpl; friend class editeng::FieldUpdaterImpl; @@ -139,8 +139,6 @@ public: // #i102062# bool isWrongListEqual(const EditTextObject& rCompare) const; - virtual void ObjectInDestruction(const SfxItemPool& rSfxItemPool) override; - #if DEBUG_EDIT_ENGINE void Dump() const; #endif |