diff options
author | obo <obo@openoffice.org> | 2010-06-14 17:03:59 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-14 17:03:59 +0200 |
commit | 85687f1aafedad090dcc437b82899eea6ba54523 (patch) | |
tree | 9a706fa5f89eca0c19e3f4d76331a67110635d0f /officecfg | |
parent | d810752e8dc522c8622d78ab2cfc1f474f534899 (diff) | |
parent | 3c21894fb2625a81bed4937f2eea39e80c8fae5f (diff) |
CWS-TOOLING: integrate CWS l10ntooling18
Diffstat (limited to 'officecfg')
-rwxr-xr-x | officecfg/registry/data/org/openoffice/Setup.xcu | 4 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Setup.xcs | 10 |
2 files changed, 13 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 63b22726378b..37ac45a814c2 100755 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -37,6 +37,10 @@ <prop oor:name="ooSetupVersionAboutBox" install:module="brand"> <value>${ABOUTBOXPRODUCTVERSION}</value> </prop> + <prop oor:name="ooVendor" install:module="brand"> + <value>${OOOVENDOR}</value> + </prop> + <prop oor:name="ooSetupExtension" install:module="brand"> <value >${PRODUCTEXTENSION}</value> </prop> diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs index a3d5ba6e5d21..b6c86b230069 100644 --- a/officecfg/registry/schema/org/openoffice/Setup.xcs +++ b/officecfg/registry/schema/org/openoffice/Setup.xcs @@ -261,7 +261,15 @@ </info> <value/> </prop> - <prop oor:name="ooSetupExtension" oor:type="xs:string"> + <prop oor:name="ooVendor" oor:type="xs:string"> + <info> + <author>IHI</author> + <desc>Specifies the vendor who build the product.</desc> + </info> + <value/> + </prop> + + <prop oor:name="ooSetupExtension" oor:type="xs:string"> <info> <desc>Specifies the version number that appears on the user interface.</desc> </info> |