[Libreoffice-commits] .: oox/source

Noel Power noelp at kemper.freedesktop.org
Mon Nov 22 06:19:52 PST 2010


 oox/source/vml/vmlshapecontext.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e87c442c289f71a91f77e44ff4e68cc6f3bda2dd
Author: Noel Power <noel.power at novell.com>
Date:   Mon Nov 22 14:18:14 2010 +0000

    remove debugging artifact

diff --git a/oox/source/vml/vmlshapecontext.cxx b/oox/source/vml/vmlshapecontext.cxx
index f8042e3..052577b 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;


More information about the Libreoffice-commits mailing list