To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86058
                 Issue #|86058
                 Summary|Don't use UPD for versioning: xmloff/source/text/txtst
                        |yli.cxx and txtimp.cxx
               Component|xml
                 Version|680m245
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|od
             Reported by|rt





------- Additional comments from [EMAIL PROTECTED] Wed Feb 13 08:47:30 +0000 
2008 -------
In files
    xmloff/source/text/txtimp.cxx
    xmloff/source/text/txtstyli.cxx
there are several places where the UPD is used for product or file format
versioning. Code like f.e.

                        // special handling for text documents from OOo version
prior OOo 2.3.1
                        else if ( sListStyle.getLength() == 0 &&
                                  ( ( nUPD < 680 ) ||  // prior OOo 2.0
                                    ( nUPD == 680 && nBuild <= 9238 ) ) ) // OOo
2.0 - OOo 2.3.1
                        {
                            bRet = sal_False;
                        }

(from textimp.cxx, line 1505 ff) probably will lead to wrong results when we
move from SRC680 to DEV300.

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