diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-08 12:23:26 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-01-08 21:03:50 -0500 |
commit | 9260badb6f3d78b4e2bfcf79394b52befad12482 (patch) | |
tree | 14f3b3aa2110293d7e47da7b82ef88b9ca74033a /editeng/inc | |
parent | 741e8b7b9d8e1a8f758edfe1c017801aa3d51247 (diff) |
More SfxItemPoolUser up to the base class.
Change-Id: I44819d66273e22db9f82d095061e3df627b64dae
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/editobj.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editeng/inc/editeng/editobj.hxx b/editeng/inc/editeng/editobj.hxx index 12c089c884f8..9c0a438f1076 100644 --- a/editeng/inc/editeng/editobj.hxx +++ b/editeng/inc/editeng/editobj.hxx @@ -24,6 +24,7 @@ #include <tools/debug.hxx> #include <rsc/rscsfx.hxx> #include <svl/itemset.hxx> +#include "svl/itempool.hxx" #include <editeng/eeitem.hxx> #include <editeng/editdata.hxx> #include "editeng/editengdllapi.h" @@ -44,7 +45,7 @@ class FieldUpdater; } -class EDITENG_DLLPUBLIC EditTextObject +class EDITENG_DLLPUBLIC EditTextObject : public SfxItemPoolUser { private: sal_uInt16 nWhich; @@ -121,6 +122,8 @@ public: // #i102062# bool isWrongListEqual(const EditTextObject& rCompare) const; + + virtual void ObjectInDestruction(const SfxItemPool& rSfxItemPool) = 0; }; #endif // _EDITOBJ_HXX |