summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-01-14 20:48:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-01-14 20:48:50 +0000
commit594a21fd5e13bc4626e22bf06d85822d6de9eebf (patch)
tree0a2c117324341994bd109ddcadc5836261bfc771 /lotuswordpro/source/filter/lwpbulletstylemgr.hxx
parentf172d5ee4813e94c5c7f678a636985d0f76e872a (diff)
ofz#5301 Direct-leak
Change-Id: Id9b876e89dd186782c0168229840f721a8b3720c
Diffstat (limited to 'lotuswordpro/source/filter/lwpbulletstylemgr.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpbulletstylemgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.hxx b/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
index 7dce7eb165c6..78754a75b355 100644
--- a/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
+++ b/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
@@ -84,7 +84,7 @@ public:
LwpIndentOverride const * pIndent);
inline void SetFoundry(LwpFoundry* pFoundry);
inline void SetContinueFlag(bool bFlag);
- XFContentContainer* AddBulletList(XFContentContainer* pCont, bool bIsOrdered,
+ rtl::Reference<XFContentContainer> AddBulletList(XFContentContainer* pCont, bool bIsOrdered,
const OUString& rStyleName, sal_Int16 nLevel, bool bIsBulletSkiped);
inline void SetCurrentSilverBullet(const LwpObjectID& rNewID);