From d90d47e513f21b07095722559db997fa41d1645e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 26 Nov 2014 10:51:42 +0100 Subject: 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 --- scp2/source/ooo/common_brand.scp | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'scp2') 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 = ""; -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 = ""; -End - ProfileItem gid_Brand_Profileitem_Version_Alllanguages ProfileID = gid_Brand_Profile_Version_Ini; ModuleID = gid_Module_Root_Brand; -- cgit