Issue 113064 - svx: dubious self-assign in svx/source/dialog/_contdlg.cxx
Summary: svx: dubious self-assign in svx/source/dialog/_contdlg.cxx
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: DEV300m84
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: 3.4.1
Assignee: ooo
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks: 113062
  Show dependency tree
 
Reported: 2010-07-09 20:32 UTC by caolanm
Modified: 2017-05-20 10:22 UTC (History)
1 user (show)

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


Attachments
dubious self-assign (432 bytes, patch)
2010-07-09 20:33 UTC, caolanm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description caolanm 2010-07-09 20:32:52 UTC
operation on '((SvxSuperContourDlg*)this)->SvxSuperContourDlg::nGrfChanged' may
be undefined, i.e. nGrfChanged = nGrfChanged ? nGrfChanged-- : 0UL;

attached patch is probably what was intended
Comment 1 caolanm 2010-07-09 20:33:22 UTC
Created attachment 70476 [details]
dubious self-assign
Comment 2 ooo 2010-10-25 14:17:11 UTC
fixed