summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/customshapeproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/customshapeproperties.cxx')
-rw-r--r--oox/source/drawingml/customshapeproperties.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/drawingml/customshapeproperties.cxx b/oox/source/drawingml/customshapeproperties.cxx
index 018210267dea..daf178db00ed 100644
--- a/oox/source/drawingml/customshapeproperties.cxx
+++ b/oox/source/drawingml/customshapeproperties.cxx
@@ -147,7 +147,7 @@ void CustomShapeProperties::pushToPropSet( const ::oox::core::FilterBase& /* rFi
aPropertyMap = maPresetDataMap[mnShapePresetType];
#ifdef DEBUG
- aPropertyMap.dumpCode();
+ aPropertyMap.dumpCode( aPropertyMap.makePropertySet() );
#endif
}
@@ -373,10 +373,10 @@ void CustomShapeProperties::pushToPropSet( const ::oox::core::FilterBase& /* rFi
#ifdef DEBUG
SAL_INFO("oox.cscode", "==cscode== begin");
- aPropertyMap.dumpCode();
+ aPropertyMap.dumpCode( aPropertyMap.makePropertySet() );
SAL_INFO("oox.cscode", "==cscode== end");
SAL_INFO("oox.csdata", "==csdata== begin");
- aPropertyMap.dumpData();
+ aPropertyMap.dumpData( aPropertyMap.makePropertySet() );
SAL_INFO("oox.csdata", "==csdata== end");
#endif
// converting the vector to a sequence