To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94693
User sb changed the following:
What |Old value |New value
================================================================================
CC|'ak,is,kr,mhu,pb' |'ak,bh,is,kr,mhu,pb'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Oct 10 13:23:15 +0000
2008 -------
Right, the only place that records the brand layer version number appears to be
brand-layer Setup.xcu ooSetupVersionAboutBox. As far as I see, there are three
issues that need to be addressed:
1 For OOo 3.0.0, ooSetupVersionAboutBox unfortunately is "3.0.0" including
micro (and this data in general will not be updated when updating an installed
OOo to 3.0.1, so the micro "0" will be wrong then). This has two consequences:
1.1 @pb: When reading ooSetupVersionAboutBox to display it in the about box,
the third "."-separated segment (if any, see 1.2 and 3 below) needs to be
removed. This hack needs to be implemented for 3.0.1, and should be removed
from the code again for 3.1.0 (see 1.2 below).
1.2 @is: The micro should be removed from the data stored in
ooSetupVersionAboutBox. This needs to be done latest for OOo 3.1.0 (see 1.1
above).
2 @bh: It needs to be clarified whether or not the base layer micro should be
displayed in the about box (see <#desc3>). This needs to be done for OOo 3.0.1.
If it should be displayed, the following two things are necessary:
2.1 @is: Add a new entry to the basis layer program/version ini-file that
contains the basis layer micro (and is updated for every new basis layer
version). This needs to be done for OOo 3.0.1.
2.2 @pb: Read that new basis layer program/version ini-file entry and add the
micro to the data displayed in the about box. This too needs to be done for OOo
3.0.1.
3 @bh: Some products in Sun-internal instset_native/util/soffice.lst have
ABOUTBOXPRODUCTVERSION (i.e., ooSetupVersionAboutBox) values that do not contain
any minor (nor micro), like "9" or "2008". It needs to be clarified what shall
be displayed for those cases. This needs to be done for OOo 3.0.1. (And,
depending on outcome, further steps may become necessary, like adding an
additional hack, similar to 1.1 above, and/or changing what is stored in
ooSetupVersionAboutBox, similar to 1.2 above.)
---------------------------------------------------------------------
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]