Kaydet (Commit) e56be085 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

WaE: -Werror=maybe-uninitialized

Change-Id: Ibf62ffa133aa4cde1836f7b7e735559c02ffb588
üst 15fcf82a
......@@ -436,7 +436,7 @@ void ChartAreaPanel::updateData()
maFillColorWrapper.updateData();
sal_uInt32 nFillColor;
sal_uInt32 nFillColor = 0;
xPropSet->getPropertyValue("FillColor") >>= nFillColor;
XFillColorItem aFillColorItem("", Color(nFillColor));
updateFillColor(true, &aFillColorItem);
......
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