To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77456





------- Additional comments from [EMAIL PROTECTED] Thu May 17 15:00:40 +0000 
2007 -------
The problem still exists and it is probably only valid for master documents.

The problem can be easily reproduced:

=== Before repair ===
    <text:alphabetical-index-source 
text:main-entry-style-name="Main_5f_5f_5f_entry" 
text:sort-algorithm="alphanumeric" fo:language="nl" fo:country="NL">
updating: content.xml (deflated 90%)
=== After repair ===
    <text:alphabetical-index-source text:main-entry-style-name="Main_5f_entry" 
text:sort-algorithm="alphanumeric" fo:language="nl" fo:country="NL">
[EMAIL PROTECTED]:~/svn/svn> oowriter test.odm
[EMAIL PROTECTED]:~/svn/svn> ./rm_5f
=== Before repair ===
    <text:alphabetical-index-source 
text:main-entry-style-name="Main_5f_5f_5f_entry" 
text:sort-algorithm="alphanumeric" fo:language="nl" fo:country="NL">
updating: content.xml (deflated 90%)
=== After repair ===
    <text:alphabetical-index-source text:main-entry-style-name="Main_5f_entry" 
text:sort-algorithm="alphanumeric" fo:language="nl" fo:country="NL">



The rm_5f script contains:
 cat rm_5f
unzip -p test.odm content.xml > content.xml

echo === Before repair ===
grep main-entry-style-name= content.xml

sed -i 's/main-entry-style-name=\"Main.*_entry\" 
\(.*\)/main-entry-style-name=\"Main_5f_entry\" \1/' content.xml

zip test.odm content.xml

echo === After repair ===
unzip -p test.odm content.xml |
  grep main-entry-style-name=


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to