Issue 113056 - xmloff: value computed is not used
Summary: xmloff: value computed is not used
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Code
Component: code (show other issues)
Version: DEV300m83
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: 3.4.1
Assignee: caolanm
QA Contact: issues@xml
URL:
Keywords:
Depends on:
Blocks: 113062
  Show dependency tree
 
Reported: 2010-07-09 16:15 UTC by caolanm
Modified: 2017-05-20 09:30 UTC (History)
2 users (show)

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


Attachments
remove pointless dereference (517 bytes, patch)
2010-07-09 16:15 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 16:15:08 UTC
, *pPrefix++;

i.e. the dereference here isn't doing anything. There's no need for it, probable
typo.
Comment 1 caolanm 2010-07-09 16:15:50 UTC
Created attachment 70472 [details]
remove pointless dereference
Comment 2 Mathias_Bauer 2010-07-28 18:14:51 UTC
Thanks, I will take care for this after my vacation. Target 3.4
Comment 3 mst.ooo 2010-08-02 15:10:56 UTC
mine
Comment 4 mst.ooo 2010-08-02 15:44:53 UTC
fixed in cws sw34bf01
http://hg.services.openoffice.org/hg/cws/sw34bf01/rev/5cf61cf5ae43
Comment 5 mst.ooo 2010-10-07 11:04:49 UTC
please verify
Comment 6 caolanm 2010-10-07 11:11:05 UTC
verified