summaryrefslogtreecommitdiffstats
path: root/oox/source/drawingml/diagram/datamodelcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/diagram/datamodelcontext.cxx')
-rw-r--r--oox/source/drawingml/diagram/datamodelcontext.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/oox/source/drawingml/diagram/datamodelcontext.cxx b/oox/source/drawingml/diagram/datamodelcontext.cxx
index c438445ea93d..55627c4c0ec2 100644
--- a/oox/source/drawingml/diagram/datamodelcontext.cxx
+++ b/oox/source/drawingml/diagram/datamodelcontext.cxx
@@ -227,16 +227,13 @@ public:
case DGM_TOKEN( extLst ):
return nullptr;
case DGM_TOKEN( prSet ):
- OSL_TRACE( "diagram property set for point");
return new PropertiesContext( *this, mrPoint, rAttribs );
case DGM_TOKEN( spPr ):
- OSL_TRACE( "shape props for point");
if( !mrPoint.mpShape )
mrPoint.mpShape.reset( new Shape() );
return new ShapePropertiesContext( *this, *(mrPoint.mpShape) );
case DGM_TOKEN( t ):
{
- OSL_TRACE( "shape text body for point");
TextBodyPtr xTextBody( new TextBody );
if( !mrPoint.mpShape )
mrPoint.mpShape.reset( new Shape() );