diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 3bf0366c6313..5f34ebc8d810 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -1197,6 +1197,24 @@ ProfileItem gid_Brand_Profileitem_Version_Useragent Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; BundledLanguages=${AllLanguages})"; End +ProfileItem gid_Brand_Profileitem_Version_Vendor + ProfileID = gid_Brand_Profile_Version_Ini; + ModuleID = gid_Module_Root_Brand; + Section = "Version"; + Order = 16; + Key = "Vendor"; + Value = "<vendor>"; +End + +ProfileItem gid_Brand_Profileitem_Version_BuildVersion + ProfileID = gid_Brand_Profile_Version_Ini; + ModuleID = gid_Module_Root_Brand; + Section = "Version"; + Order = 17; + Key = "BuildVersion"; + Value = "<buildversion>"; +End + ProfileItem gid_Brand_Profileitem_Version_Ooobaseversion ProfileID = gid_Brand_Profile_Version_Ini; ModuleID = gid_Module_Root_Brand; |