diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-26 10:51:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-26 10:53:12 +0100 |
commit | d90d47e513f21b07095722559db997fa41d1645e (patch) | |
tree | 70a01ba7b09a3641f530e207c9772bdb45c182ea /scp2 | |
parent | 5be1635d45e28e047af0cde4e387b07a3131cc9d (diff) |
version ini-file's ProductMajor/Minor are unused
...and had started to have different values in instdir (ProductMajor=450, ProductMinor=0)
vs. installation sets (ProductMajor=50, ProductMinor=)
Change-Id: I4db2c07b5f7b011218833fc355a3097eb13d0cd4
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index e331f6c6ca2a..a6075e739082 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -882,24 +882,6 @@ End #endif -ProfileItem gid_Brand_Profileitem_Version_Productmajor - ProfileID = gid_Brand_Profile_Version_Ini; - ModuleID = gid_Module_Root_Brand; - Section = "Version"; - Order = 10; - Key = "ProductMajor"; - Value = "<productmajor>"; -End - -ProfileItem gid_Brand_Profileitem_Version_Productminor - ProfileID = gid_Brand_Profile_Version_Ini; - ModuleID = gid_Module_Root_Brand; - Section = "Version"; - Order = 11; - Key = "ProductMinor"; - Value = "<productminor>"; -End - ProfileItem gid_Brand_Profileitem_Version_Alllanguages ProfileID = gid_Brand_Profile_Version_Ini; ModuleID = gid_Module_Root_Brand; |