Issue 95815

Summary: Order of infofields changed after save
Product: Writer Reporter: boot_m_1961 <boot_m_1961>
Component: uiAssignee: writerneedsconfirm <swneedsconfirm>
Status: CLOSED DUPLICATE QA Contact: issues@sw <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOO300m9   
Target Milestone: ---   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description boot_m_1961 2008-11-04 07:56:37 UTC
I'm using some Properties (File -> Properties) of a document. On the third tab 
are the UserDefined properties. Then I give the infofields some names 
like "C", "B" and "A" (in that order). And after that I assign some values to 
that infofields.

Now I can use that infofields in a Macro. But, after saving the document en re-
open it, the order of the infofields is changed. The infofields in my document 
are now in alphabetical order! (A, B, C). And my Marco, that using the values 
of these infofields, failed.
Comment 1 michael.ruess 2008-11-04 13:33:10 UTC
Already tracked as issue 88163.

*** This issue has been marked as a duplicate of 88163 ***
Comment 2 michael.ruess 2008-11-04 13:33:39 UTC
Closing duplicate.
Comment 3 mst.ooo 2008-11-04 13:45:39 UTC
hi boot_m_1961,

your macro likely uses the deprecated XDocumentInfo interface to access the
properties. please use XDocumentProperties instead, it is much nicer, and does
not suffer from the design flaw of using an index.