basegfx: sal_False/True -> false/true
Change-Id: I56eb340317d8b7991caad58dd0e4045d6e69fca9
This commit is contained in:
@@ -159,7 +159,7 @@ namespace basegfx
|
||||
}
|
||||
|
||||
if( xRes.is() && rPoly.isClosed() )
|
||||
xRes->setClosed( 0, sal_True );
|
||||
xRes->setClosed( 0, true );
|
||||
|
||||
return xRes;
|
||||
}
|
||||
|
Reference in New Issue
Block a user