Kaydet (Commit) ca87db7d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

basegfx: sal_False/True -> false/true

Change-Id: I56eb340317d8b7991caad58dd0e4045d6e69fca9
üst eea7bf09
......@@ -159,7 +159,7 @@ namespace basegfx
}
if( xRes.is() && rPoly.isClosed() )
xRes->setClosed( 0, sal_True );
xRes->setClosed( 0, true );
return xRes;
}
......
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