summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-01 15:14:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-01 17:19:51 +0100
commitdf1df2be74805a9106a3d67a322bc63cdf5107b8 (patch)
tree8a6411203eb988a8a45660d95079e9e775a2af5e /svx
parent5a6ebfd1d9162a05671d10bca5167008791aea60 (diff)
coverity#708371 Uninitialized pointer field
Change-Id: I1da73254803a519ecc2a24b400178b730acb98c1
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdmodel.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index 3e854af2e784..e97684cc1737 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -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()
{