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


User iha changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'er'                      |'er,iha'
--------------------------------------------------------------------------------
             Assigned to|iha                       |nn
--------------------------------------------------------------------------------
              OS/Version|Linux                     |All
--------------------------------------------------------------------------------
            Subcomponent|editing                   |open-import
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Jun 24 15:50:14 +0000 
2008 -------
The number format of the columns N and P gets lost because in xmloff a volatile
number format is removed from the number formatter that better not have been
removed.
The numberformat N128P0 in object 13 is volatile:
<number:number-style style:name="N128P0" style:volatile="true"><number:number
number:decimal-places="3" number:min-integer-digits="1"/> and therefor is
deleted in method SvXMLNumImpData::RemoveVolatileFormats.
But a same numberformat containing 3 decimal places and min-integer-digits=1 is
already used in calc. As the chart and calc do share the numberformatter this
used numberformat is deleted wrongly.
@Niklas, do you have an idea for a fix here? As cvs annotate tells, you have
introduced the methods some years ago. Thanks, Ingrid.

---------------------------------------------------------------------
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