summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdmodel.cxx')
-rw-r--r--svx/source/svdraw/svdmodel.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index 1693d49c583c..f0ab176ae1f1 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -218,10 +218,6 @@ SdrModel::SdrModel(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, sal
maMaPag(),
maPages()
{
-#ifdef TIMELOG
- SAL_INFO( "svx.svdraw", "SdrModel::SdrModel(...)" );
-#endif
-
DBG_CTOR(SdrModel,NULL);
ImpCtor(pPool, pPers, false, (bool)bLoadRefCounts);
}
@@ -232,10 +228,6 @@ SdrModel::SdrModel(const OUString& rPath, SfxItemPool* pPool, ::comphelper::IEmb
maPages(),
aTablePath(rPath)
{
-#ifdef TIMELOG
- SAL_INFO( "svx.svdraw", "SdrModel::SdrModel(...)" );
-#endif
-
DBG_CTOR(SdrModel,NULL);
ImpCtor(pPool, pPers, false, (bool)bLoadRefCounts);
}
@@ -245,10 +237,6 @@ SdrModel::SdrModel(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, boo
maMaPag(),
maPages()
{
-#ifdef TIMELOG
- SAL_INFO( "svx.svdraw", "SdrModel::SdrModel(...)" );
-#endif
-
DBG_CTOR(SdrModel,NULL);
ImpCtor(pPool,pPers,bUseExtColorTable, (bool)bLoadRefCounts);
}
@@ -259,10 +247,6 @@ SdrModel::SdrModel(const OUString& rPath, SfxItemPool* pPool, ::comphelper::IEmb
maPages(),
aTablePath(rPath)
{
-#ifdef TIMELOG
- SAL_INFO( "svx.svdraw", "SdrModel::SdrModel(...)" );
-#endif
-
DBG_CTOR(SdrModel,NULL);
ImpCtor(pPool,pPers,bUseExtColorTable, (bool)bLoadRefCounts);
}
@@ -274,20 +258,12 @@ SdrModel::SdrModel(const SdrModel& /*rSrcModel*/):
maMaPag(),
maPages()
{
-#ifdef TIMELOG
- SAL_INFO( "svx.svdraw", "SdrModel::SdrModel(...)" );
-#endif
-
// not yet implemented
OSL_FAIL("SdrModel::CopyCtor() is not yet implemented.");
}
SdrModel::~SdrModel()
{
-#ifdef TIMELOG
- SAL_INFO( "svx.svdraw", "SdrModel::~SdrModel(...)" );
-#endif
-
DBG_DTOR(SdrModel,NULL);
mbInDestruction = true;