Kaydet (Commit) 45d1b033 authored tarafından Michael Stahl's avatar Michael Stahl

oox: MSVC complains that nPlacement may be uninitialized

Change-Id: If80b550af5e3dac9ae0601bd9ce0e9e5e877b254
üst a45b42b8
......@@ -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"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment