diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-08-24 17:28:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-08-26 08:34:12 +0200 |
commit | 3162d9d430a32c0d51f3d1f0cac3e22f66ae43f2 (patch) | |
tree | 95ac4088bdac804562663ff03468981f90c25975 /scp2 | |
parent | 847d60c4525a81c1c299e3b318c0552b2616f49b (diff) |
Remove unused STARTLANG feature
Change-Id: Ib33f2ba2541faad24779cfdfbff7cf7f8a960af2
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 665b8bfedf76..3dedd0b63d00 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -939,20 +939,6 @@ ProfileItem gid_Brand_Profileitem_Soffice_Hideeula Value = "1"; End -#ifdef WNT -ProfileItem gid_Brand_Profileitem_Soffice_Startlang - ProfileID = gid_Brand_Profile_Soffice_Ini; - ModuleID = gid_Module_Root_Brand; - Section = "Bootstrap"; - Order = 8; - Key = "STARTLANG"; - Value = "[STARTLANG]"; - Inifiletablekey = "STARTLANG"; - Inifiletableaction = "1"; - Styles = (INIFILETABLE); -End -#endif - ProfileItem gid_Brand_Profileitem_Version_Buildid ProfileID = gid_Brand_Profile_Version_Ini; ModuleID = gid_Module_Root_Brand; |