summaryrefslogtreecommitdiff
path: root/oox/source/vml/vmlshapecontext.cxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2010-11-22 14:18:14 +0000
committerNoel Power <noel.power@novell.com>2010-11-22 14:18:14 +0000
commitb874a1f9c03601c5fd8cc2f771a16da4a65c15bc (patch)
tree93a9180c6a3789f226d1f8f5cb6b99715c87f719 /oox/source/vml/vmlshapecontext.cxx
parenta17065d3837598a75784f03d352895e8dbf4ad7c (diff)
remove debugging artifact
Diffstat (limited to 'oox/source/vml/vmlshapecontext.cxx')
-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 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;