From a146d01a70a85712556918f1b77596870582d679 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Mon, 22 Nov 2010 14:20:56 +0000 Subject: remove debugging artifact --- oox/source/vml/vmlshapecontext.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'oox/source') diff --git a/oox/source/vml/vmlshapecontext.cxx b/oox/source/vml/vmlshapecontext.cxx index 414a414c1a78..bdca6526ab6a 100644 --- a/oox/source/vml/vmlshapecontext.cxx +++ b/oox/source/vml/vmlshapecontext.cxx @@ -241,7 +241,6 @@ ContextHandlerRef ShapeTypeContext::onCreateContext( sal_Int32 nElement, const A mrTypeModel.maFillModel.moRotate = lclDecodeBool( rAttribs, XML_rotate ); break; case VML_TOKEN( imagedata ): - mydump( rAttribs ); mrTypeModel.moGraphicPath = decodeFragmentPath( rAttribs, R_TOKEN( id ) ); mrTypeModel.moGraphicTitle = rAttribs.getString( O_TOKEN( title ) ); break; -- cgit