Kaydet (Commit) b2875a13 authored tarafından Pavel Janík's avatar Pavel Janík

WaE: Initialize boolean variable to false to prevent compiler warning about uninitialized variable.

üst 8f07843d
......@@ -690,7 +690,7 @@ namespace basegfx
{
basegfx::B2DPolygon aTemp(aRetval.getB2DPolygon(a));
const sal_uInt32 nPointCount(aTemp.count());
bool bChanged;
bool bChanged(false);
for(sal_uInt32 b(0); b < nPointCount; b++)
{
......
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