To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86057
                 Issue #|86057
                 Summary|on't use UPD for versioning: xmloff/source/draw/ximpsh
                        |ap.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|sj
             Reported by|rt





------- Additional comments from [EMAIL PROTECTED] Wed Feb 13 08:33:41 +0000 
2008 -------
In xmloff/source/draw/ximpshap.cxx there is

        sal_Int32 nUPD( 0 );
        sal_Int32 nBuild( 0 );
        GetImport().getBuildIds( nUPD, nBuild );
        if ( nUPD < 680 ||
             ( nUPD == 680 && nBuild <= 9221 ) )
                {
                        Reference< drawing::XEnhancedCustomShapeDefaulter > 
xDefaulter( mxShape,
UNO_QUERY );
                        if( xDefaulter.is() )
                        {
                                rtl::OUString aEmptyType;
                                xDefaulter->createCustomShapeDefaults( 
aEmptyType );
                        }
                }

I.e., the UPD is used for product or file format versioning. This will probably
give wrong results when we change from SRC680 to DEV300 as planned.

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