Issue 117430 - svx: source/xoutdev/_xpoly.cxx
Summary: svx: source/xoutdev/_xpoly.cxx
Status: CONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: DEV300m102
Hardware: PC Linux, all
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-17 10:31 UTC by pavel
Modified: 2017-05-20 11:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2011-03-17 10:31:15 UTC
One more && and || mix:

diff -ur svx.orig/source/xoutdev/_xpoly.cxx svx/source/xoutdev/_xpoly.cxx
--- svx.orig/source/xoutdev/_xpoly.cxx  2011-03-17 11:20:37.404959762 +0100
+++ svx/source/xoutdev/_xpoly.cxx       2011-03-17 11:22:39.494910734 +0100
@@ -1449,7 +1449,7 @@
        {
                Point &rPnt = pImpXPolygon->pPointAry[nPoints];
 
-               if ((rPnt.X () < fMinX) || (fMinX == rPnt.X ()) &&
+               if (((rPnt.X () < fMinX) || (fMinX == rPnt.X ())) &&
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:17:40 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.
Comment 2 Marcus 2017-05-20 11:35:14 UTC
Reset assigne to the default "issues@openoffice.apache.org".