To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85681
                 Issue #|85681
                 Summary|Don't use UPD for versioning: sfx2/source/doc/objstor.
                        |cxx
               Component|framework
                 Version|680m244
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pb
             Reported by|rt





------- Additional comments from [EMAIL PROTECTED] Tue Jan 29 14:59:57 +0000 
2008 -------
In sfx2/source/doc/objstor.cxx there is 

                    if ( nWorkStamp > SUPD )
                    {
                        // document is generated by an newer office
                        sfx2::NewerVersionWarningDialog aDlg( NULL );
                        aDlg.Execute();
                    }

(line 974 to 979 in rev. 1.199). That means, the workspace UPD is used as kind
of OpenOffice.org version number. This will break when we move current
development code line from 'SRC680' to 'OOO300' which is planned for the next
future.

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