Kaydet (Commit) 9f986da0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Tomaž Vajngerl

-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>
(cherry picked from commit 4bf1bf9d)
üst dc4f3a6b
...@@ -625,7 +625,6 @@ namespace basegfx ...@@ -625,7 +625,6 @@ namespace basegfx
else if(fTools::equalZero(fDistance)) else if(fTools::equalZero(fDistance))
{ {
// start point of chosen edge // start point of chosen edge
aRetval = aRetval;
} }
else 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