summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-06 20:54:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-06 20:55:58 +0100
commit107c2c7c7bb7eacba4045159ac40fe3b6737d4f3 (patch)
tree623a600198aae4207737ba07b62b12dc5430050c /svx
parent31fd531b2757269dde108b362752f7949615736a (diff)
Remove #ifdef TIMELOG'ed SAL_INFOs
...the code doesn't make much sense that way. Change-Id: I506e37b44924701255431f6d20d4610f7f52287d
Diffstat (limited to 'svx')
-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;