summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2010-11-22 14:20:56 +0000
committerNoel Power <noel.power@novell.com>2010-11-22 14:20:56 +0000
commitd2d7d4e4141d23d36a49c976b73edcef8cecc5a3 (patch)
treed4774f7e67cdd8693928fcc805627436f059ae63
parent588a5adeca36921cb23605d896b33f2b3de1345d (diff)
remove debugging artifact
-rw-r--r--oox/source/vml/vmlshapecontext.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/vml/vmlshapecontext.cxx b/oox/source/vml/vmlshapecontext.cxx
index f8042e3a1..052577b24 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;