summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-25 20:41:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-26 14:56:21 +0200
commit1388540fe16d0843de18a3d14bedbf2e0b6d8d49 (patch)
tree392d9f92157310293b0a7cd26aa67b18339695c6 /lotuswordpro/inc
parent5c81670bd66a222f8c8de45b52a62adb8f333b38 (diff)
Revert "ofz#27296 Out-of-memory and ofz#27384 Indirect-leak"
This reverts commit c80c8ac4eb58812c1b72aa0b0cef01ebb5337359. it seems blameless after all Change-Id: If0f95da5ee7f91fde0b679c9314e3da07f7779f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114631 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro/inc')
-rw-r--r--lotuswordpro/inc/xfilter/xfcell.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/lotuswordpro/inc/xfilter/xfcell.hxx b/lotuswordpro/inc/xfilter/xfcell.hxx
index 81ab8aa59028..1e75107019de 100644
--- a/lotuswordpro/inc/xfilter/xfcell.hxx
+++ b/lotuswordpro/inc/xfilter/xfcell.hxx
@@ -63,6 +63,7 @@
#include <xfilter/xfcontent.hxx>
#include <xfilter/xfcontentcontainer.hxx>
+#include <svl/SfxBroadcaster.hxx>
class XFTable;
class XFRow;
@@ -71,6 +72,7 @@ class XFRow;
* @descr Table cell object.
*/
class XFCell : public XFContentContainer
+ , public SfxBroadcaster
{
public:
XFCell();