Kaydet (Commit) 9c0d8608 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove build breaking debug messages

üst 11c71842
...@@ -101,13 +101,11 @@ SvxShapeGroup::SvxShapeGroup( SdrObject* pObj, SvxDrawPage* pDrawPage ) throw( ...@@ -101,13 +101,11 @@ SvxShapeGroup::SvxShapeGroup( SdrObject* pObj, SvxDrawPage* pDrawPage ) throw(
SvxShape( pObj, getSvxMapProvider().GetMap(SVXMAP_GROUP), getSvxMapProvider().GetPropertySet(SVXMAP_GROUP, SdrObject::GetGlobalDrawObjectItemPool()) ), SvxShape( pObj, getSvxMapProvider().GetMap(SVXMAP_GROUP), getSvxMapProvider().GetPropertySet(SVXMAP_GROUP, SdrObject::GetGlobalDrawObjectItemPool()) ),
mxPage( pDrawPage ) mxPage( pDrawPage )
{ {
fprintf(stderr, "SvxShapeGroup::SvxShapeGroup ctor %p\n", this);
} }
//---------------------------------------------------------------------- //----------------------------------------------------------------------
SvxShapeGroup::~SvxShapeGroup() throw() SvxShapeGroup::~SvxShapeGroup() throw()
{ {
fprintf(stderr, "SvxShapeGroup::SvxShapeGroup dtor %p\n", this);
} }
//---------------------------------------------------------------------- //----------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment