summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpdlvlist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpdlvlist.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpdlvlist.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/lwpdlvlist.cxx b/lotuswordpro/source/filter/lwpdlvlist.cxx
index 22781f15eb8b..2e2ea5886d1c 100644
--- a/lotuswordpro/source/filter/lwpdlvlist.cxx
+++ b/lotuswordpro/source/filter/lwpdlvlist.cxx
@@ -142,7 +142,7 @@ void LwpDLNFPVList::ReadPropertyList(LwpObjectStream* pObjStrm)
m_bHasProperties = pObjStrm->QuickReaduInt8() != 0;
if (m_bHasProperties)
{
- m_pPropList = new LwpPropList;
+ m_pPropList.reset( new LwpPropList );
m_pPropList->Read(pObjStrm);
}
}
@@ -152,10 +152,6 @@ void LwpDLNFPVList::ReadPropertyList(LwpObjectStream* pObjStrm)
**/
LwpDLNFPVList::~LwpDLNFPVList()
{
- if(m_pPropList)
- {
- delete m_pPropList;
- }
}
/**
ef='/cgit/lo/core/commit/basctl/source/basicide/bastype3.cxx?h=cp-6.4-19&id=6311f7ffce8f64b0773d2ad3ea7be3be683924c0'>move SvTreeListBox to vclCaolán McNamara 2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin 2018-04-05tdf#42949 Remove unnecessary localization headers from basctlGabor Kelemen 2018-02-24Modernize a bit accessibility and basctlJulien Nabet 2017-10-10basctl: consistently use "" and <> in include directivesMike Kaganski 2017-07-21migrate to boost::gettextCaolán McNamara 2017-07-13use more OUString::operator== in a*..chart2Noel Grandin 2017-04-25remove bitmaps from .src filesCaolán McNamara 2017-03-28tdf#39468 Translate German commentsJens Carl 2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini 2017-02-17convert BrowseMode to o3tl::typed_flagsNoel Grandin 2017-02-01Convert RID_POPUP_TABBAR to xmlMaxim Monastirsky 2017-01-16b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara 2016-08-30Translate some German comments and messagesMaarten Bosmans 2016-05-23Convert SbxClassType to scoped enumNoel Grandin 2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann 2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin