summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/codec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/codec.cxx')
-rw-r--r--svx/source/gallery2/codec.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/gallery2/codec.cxx b/svx/source/gallery2/codec.cxx
index 7d58d18142af..241c20a60f16 100644
--- a/svx/source/gallery2/codec.cxx
+++ b/svx/source/gallery2/codec.cxx
@@ -25,17 +25,14 @@
// - GalleryCodec -
-DBG_NAME(GalleryCodec)
GalleryCodec::GalleryCodec( SvStream& rIOStm ) :
rStm( rIOStm )
{
- DBG_CTOR(GalleryCodec,NULL);
}
GalleryCodec::~GalleryCodec()
{
- DBG_DTOR(GalleryCodec,NULL);
}
sal_Bool GalleryCodec::IsCoded( SvStream& rStm, sal_uInt32& rVersion )