diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index ff207d38d8b3..ebeafc249784 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -2325,7 +2325,7 @@ void ChartExport::exportDataLabels( mAny >>= aLabel; namespace csscd = ::com::sun::star::chart::DataLabelPlacement; - sal_Int32 nPlacement; + sal_Int32 nPlacement(csscd::AVOID_OVERLAP); const char *aPlacement = NULL; if (GetProperty( xPropSet, "LabelPlacement"))