summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
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()
{