summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/GallerySplitter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/GallerySplitter.cxx')
-rw-r--r--svx/source/gallery2/GallerySplitter.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/gallery2/GallerySplitter.cxx b/svx/source/gallery2/GallerySplitter.cxx
index a620f8709c71..5baac2d264dd 100644
--- a/svx/source/gallery2/GallerySplitter.cxx
+++ b/svx/source/gallery2/GallerySplitter.cxx
@@ -19,7 +19,6 @@
#include "GallerySplitter.hxx"
-DBG_NAME(GallerySplitter)
GallerySplitter::GallerySplitter(
Window* pParent,
@@ -28,12 +27,10 @@ GallerySplitter::GallerySplitter(
: Splitter( pParent, rResId ),
maDataChangeFunctor(rDataChangeFunctor)
{
- DBG_CTOR(GallerySplitter,NULL);
}
GallerySplitter::~GallerySplitter()
{
- DBG_DTOR(GallerySplitter,NULL);
}
void GallerySplitter::DataChanged( const DataChangedEvent& rDCEvt )