Issue 117429 - svx: source/dialog/_contdlg.cxx
Summary: svx: source/dialog/_contdlg.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:30 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:30:17 UTC
cc1plus: warnings being treated as errors
/vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/svx/source/dialog/_contdlg.cxx: In member function ‘long int SvxSuperContourDlg::Tbx1ClickHdl(ToolBox*)’:
/vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/svx/source/dialog/_contdlg.cxx:814:51: error: operation on ‘((SvxSuperContourDlg*)this)->SvxSuperContourDlg::nGrfChanged’ may be undefined
make: *** [/vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/solver/300/unxlngx6.pro/workdir/CxxObject/svx/source/dialog/_contdlg.o] Error 1

This helped:

-                       nGrfChanged = nGrfChanged ? nGrfChanged-- : 0UL;
+                       nGrfChanged = nGrfChanged ? nGrfChanged-1 : 0UL;
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:25:27 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:22 UTC
Reset assigne to the default "issues@openoffice.apache.org".