Issue 95815 - Order of infofields changed after save
Summary: Order of infofields changed after save
Status: CLOSED DUPLICATE of issue 88163
Alias: None
Product: Writer
Classification: Application
Component: ui (show other issues)
Version: OOO300m9
Hardware: All Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: writerneedsconfirm
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-04 07:56 UTC by boot_m_1961
Modified: 2008-11-04 13:45 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.