[Libreoffice-commits] .: Branch 'libreoffice-3-3' - oox/source

Noel Power noelp at kemper.freedesktop.org
Mon Nov 22 06:21:57 PST 2010


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

New commits:
commit d2d7d4e4141d23d36a49c976b73edcef8cecc5a3
Author: Noel Power <noel.power at novell.com>
Date:   Mon Nov 22 14:20:56 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