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

-Werror,-Wself-assign

...ever since 2bd76c39 "INTEGRATION: CWS aw033",
and looks like it wants to use the

  aRetval = rCandidate.getB2DPoint(nIndex);

already assigned to it ahead of the if/else branches.

Change-Id: Iac242281312fe28b9a17a6a2a930e9597f77b7aa
Reviewed-on: https://gerrit.libreoffice.org/52811Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 75dba661
......@@ -625,7 +625,6 @@ namespace basegfx
else if(fTools::equalZero(fDistance))
{
// start point of chosen edge
aRetval = aRetval;
}
else
{
......
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