Kaydet (Commit) df1df2be authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708371 Uninitialized pointer field

Change-Id: I1da73254803a519ecc2a24b400178b730acb98c1
üst 5a6ebfd1
......@@ -240,17 +240,6 @@ SdrModel::SdrModel(const OUString& rPath, SfxItemPool* pPool, ::comphelper::IEmb
ImpCtor(pPool,pPers,bUseExtColorTable, bLoadRefCounts);
}
SdrModel::SdrModel(const SdrModel& /*rSrcModel*/):
SfxBroadcaster(),
tools::WeakBase< SdrModel >(),
aReadDate( DateTime::EMPTY ),
maMaPag(),
maPages()
{
// not yet implemented
OSL_FAIL("SdrModel::CopyCtor() is not yet implemented.");
}
SdrModel::~SdrModel()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment