diff options
author | Ingo Schmidt <is@openoffice.org> | 2010-03-02 15:03:57 +0100 |
---|---|---|
committer | Ingo Schmidt <is@openoffice.org> | 2010-03-02 15:03:57 +0100 |
commit | 4cbf33f95a48cc2e59c4fe6e260e5fb64d744bbf (patch) | |
tree | 8ab07a5b4aa38faa5041729c871d9d95f18c0819 /scp2 | |
parent | e598ca6923f10810332b8937dc3e25cc39752795 (diff) |
native0: #161678# setting office start language
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index a3bd585363e6..9be400ed2d39 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -841,6 +841,20 @@ ProfileItem gid_Brand_Profileitem_Soffice_Hideeula End #endif +#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; |