summaryrefslogtreecommitdiff
path: root/oox/source
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
commita146d01a70a85712556918f1b77596870582d679 (patch)
treefc61eb626bafa63be6aa1e855462a57852118743 /oox/source
parent06e1dc0304efe0446816d510f9c6e6673079f157 (diff)
remove debugging artifact
Diffstat (limited to 'oox/source')
-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;