oox: MSVC complains that nPlacement may be uninitialized
Change-Id: If80b550af5e3dac9ae0601bd9ce0e9e5e877b254
This commit is contained in:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user