diff options
author | Noel Power <noel.power@novell.com> | 2010-11-22 14:20:56 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2010-11-22 14:20:56 +0000 |
commit | a146d01a70a85712556918f1b77596870582d679 (patch) | |
tree | fc61eb626bafa63be6aa1e855462a57852118743 /oox/source | |
parent | 06e1dc0304efe0446816d510f9c6e6673079f157 (diff) |
remove debugging artifact
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/vml/vmlshapecontext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |