[Libreoffice-commits] .: svx/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Sat May 21 18:27:50 PDT 2011


 svx/source/unodraw/unoshap2.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit d838aeebbab70321975505998b50772cb1a489c4
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun May 22 02:59:06 2011 +0200

    remove build breaking debug messages

diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 1037b0a..6774d2f 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -101,13 +101,11 @@ SvxShapeGroup::SvxShapeGroup( SdrObject* pObj, SvxDrawPage* pDrawPage  )  throw(
     SvxShape( pObj, getSvxMapProvider().GetMap(SVXMAP_GROUP), getSvxMapProvider().GetPropertySet(SVXMAP_GROUP, SdrObject::GetGlobalDrawObjectItemPool()) ),
     mxPage( pDrawPage )
 {
-    fprintf(stderr, "SvxShapeGroup::SvxShapeGroup ctor %p\n", this);
 }
 
 //----------------------------------------------------------------------
 SvxShapeGroup::~SvxShapeGroup() throw()
 {
-    fprintf(stderr, "SvxShapeGroup::SvxShapeGroup dtor %p\n", this);
 }
 
 //----------------------------------------------------------------------


More information about the Libreoffice-commits mailing list