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





------- Additional comments from [EMAIL PROTECTED] Mon Oct 30 03:19:46 -0800 
2006 -------
I read very carefully. Please read my explanation more carefully. The important
file for assignment of values from openoffice.lst to Office products (OOo and
SO) is the setup.xcu, in which the values are set during packaging process.
There you find the following code snippet:

<prop oor:name="ooName">
        <value>${PRODUCTNAME}</value>
</prop>
<prop oor:name="ooSetupVersion">
        <value>${PRODUCTVERSION}</value>
</prop>

The complete code from OOo and SO uses "ooSetupVersion" from the configuration
as internal product number. And this has to be "2.0" or "2.1" or simply "8" for
StarOffice. It would be a big error, to exchange ${PRODUCTVERSION} with
${PACKAGEVERSION} , because we would change the Office internal "ooSetupVersion"
from "2.1" to "2.1.0" and from "8" to "8.1.0". This is a big error, because the
Office code expects the Product version (which is defined as OpenOffice.org
2.1"), when asking for "ooSetupVersion". The package code is not expected and
currently even not transferred to setup.xcu, because no one asked for this
number until yet. Therefore we need a new variable in setup.xcu, that contains
for OOo the PACKAGEVERSION and for SO the PRODUCTVERSION, because we do not want
to show the package version in the about box.

Of course Sun does not use the openoffice.lst, but until yet Sun used the same
setup.xcu. But this is not the main problem. Instead the main problem is, that
the snippet:

<prop oor:name="ooSetupVersion">
        <value>${PACKAGEVERSION}</value>  // !
</prop>

is forbidden by user experience, because this product is an "OpenOffice.org 2.1"
and not an "OpenOffice.org 2.1.0".


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