warning C4701: potentially uninitialized local variable 'bChanged' used
Change-Id: Ic8f60c7b04956a3b097ec3636b5561d2dd1f56b3
This commit is contained in:
@@ -664,7 +664,7 @@ namespace basegfx
|
|||||||
{
|
{
|
||||||
basegfx::B2DPolygon aTemp(aRetval.getB2DPolygon(a));
|
basegfx::B2DPolygon aTemp(aRetval.getB2DPolygon(a));
|
||||||
const sal_uInt32 nPointCount(aTemp.count());
|
const sal_uInt32 nPointCount(aTemp.count());
|
||||||
bool bChanged;
|
bool bChanged(false);
|
||||||
|
|
||||||
for(sal_uInt32 b(0); b < nPointCount; b++)
|
for(sal_uInt32 b(0); b < nPointCount; b++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user