Issue 112192 - xmloff: buildbreaker in xmloff/source/text/XMLSectionExport.cxx on product debug
Summary: xmloff: buildbreaker in xmloff/source/text/XMLSectionExport.cxx on product debug
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: bjoern.michaelsen
QA Contact: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 14:59 UTC by bjoern.michaelsen
Modified: 2010-06-14 11:55 UTC (History)
2 users (show)

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


Attachments
proposed patch (352 bytes, patch)
2010-06-07 15:00 UTC, bjoern.michaelsen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description bjoern.michaelsen 2010-06-07 14:59:00 UTC
build breaks on product debug builds in xmloff/source/text/XMLSectionExport.cxx
because of changes introduced with changeset 0e2fa7c5e12b.
Comment 1 bjoern.michaelsen 2010-06-07 15:00:34 UTC
Created attachment 69855 [details]
proposed patch
Comment 2 rt 2010-06-07 15:27:45 UTC
Fixed on master for DEV300 m81.
Comment 3 dtardon 2010-06-07 17:34:12 UTC
dtardon->b_michaelsen: Now that's interesting. I use debug builds too, so I
wonder how I've managed to miss that...
Comment 4 bjoern.michaelsen 2010-06-07 17:47:43 UTC
dtardon: It only shows up in product debug builds where OSL_DEBUG_LEVEL is 2,
but DBG_UTL is _not_ set. Nonproduct versions are fine (as DBG_UTL is set and
OSL_DEBUG_LEVEL is 1 or 2 enabling the OSL assertions), product nondebug is also
fine as OSL_DEBUG_LEVEL is 0 (no assertions) and DBG_UTL is not set.
Comment 5 dtardon 2010-06-07 18:08:11 UTC
dtardon->b_michaelsen: ok, understood
Comment 6 rt 2010-06-14 11:35:09 UTC
Please verify && close
Comment 7 bjoern.michaelsen 2010-06-14 11:55:16 UTC
verified and closed