Issue 112513

Summary: [sw] unxsols4: cannot import ODT file with document index mark
Product: Writer Reporter: oc
Component: open-importAssignee: michael.ruess
Status: CLOSED FIXED QA Contact: issues@sw <issues>
Severity: Trivial    
Priority: P2 CC: eric.savary, helge.delfs, issues, mst.ooo
Version: DEV300m83   
Target Milestone: ---   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 111112    

Description oc 2010-06-18 14:52:52 UTC
On Solaris Sparc open new textdocument and INSERT-Indexes and Tables => Read Error
Comment 1 Oliver Specht 2010-06-18 17:10:57 UTC
->mst: Could you please find out what's going wrong here?
Comment 2 helge.delfs 2010-06-21 08:23:33 UTC
added cc
Comment 3 mst.ooo 2010-06-21 17:17:57 UTC
due to the same compiler bug as issue 111177, but for SwXDoucmentIndexMark:

does not work:
        , m_bIsDescriptor(0 == pMark)
works:
        , m_bIsDescriptor((0 == pMark) ? true : false)

(strangely the first construct does seem to work in SwXDocumentIndex...)
Comment 4 mst.ooo 2010-06-25 17:09:54 UTC
fixed in cws sw33bf06
http://hg.services.openoffice.org/hg/cws/sw33bf06/rev/5a43fa1f124c
Comment 5 mst.ooo 2010-07-02 14:38:52 UTC
please verify
Comment 6 mst.ooo 2010-07-02 14:42:09 UTC
.
Comment 7 michael.ruess 2010-07-07 11:08:00 UTC
Verfied in CWS sw33bf06.
Comment 8 michael.ruess 2010-08-06 08:13:56 UTC
Checked in OOO330m2.