diff options
author | Petr Mladek <pmladek@suse.cz> | 2012-11-05 14:34:27 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-11-05 14:34:27 +0100 |
commit | ef15a5a4acd3174752484c6aeb570d4d6444b645 (patch) | |
tree | 3d1d5b58f85737aa46241aea4c4dabea520cecc2 /scp2 | |
parent | a1b0ce05e851e9724c046888a01869eddf9e9db2 (diff) | |
parent | c309ce0227a14330094191c1ef15fa00899defcb (diff) |
Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6
Conflicts:
desktop/source/app/sofficemain.cxx
instsetoo_native/util/openoffice.lst
solenv/inc/minor.mk
Change-Id: I3e9510067c7173f6c71368e70ba6dfe168c5318e
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 24 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 8 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 6 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 4 |
4 files changed, 30 insertions, 12 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 27369365dabc..997a142695d4 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -336,14 +336,14 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Pl DosName = "dict-pl"; End -Directory gid_Brand_Dir_Share_Extensions_Dict_Pt +Directory gid_Brand_Dir_Share_Extensions_Dict_Pt_Br ParentID = gid_Brand_Dir_Share_Extensions; - DosName = "dict-pt"; + DosName = "dict-pt-BR"; End Directory gid_Brand_Dir_Share_Extensions_Dict_Pt_Pt ParentID = gid_Brand_Dir_Share_Extensions; - DosName = "dict-pt-pt"; + DosName = "dict-pt-PT"; End Directory gid_Brand_Dir_Share_Extensions_Dict_Ro @@ -934,6 +934,24 @@ ProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So Value = "${NATIVEPROGRESS}"; End +ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextColor_So + ProfileID = gid_Brand_Profile_Soffice_Ini; + ModuleID = gid_Module_Root_Brand; + Section = "Bootstrap"; + Order = 7; + Key = "ProgressTextColor"; + Value = "${PROGRESSTEXTCOLOR}"; +End + +ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextBaseline_So + ProfileID = gid_Brand_Profile_Soffice_Ini; + ModuleID = gid_Module_Root_Brand; + Section = "Bootstrap"; + Order = 8; + Key = "ProgressTextBaseline"; + Value = "${PROGRESSTEXTBASELINE}"; +End + ProfileItem gid_Brand_Profileitem_Soffice_Hideeula ProfileID = gid_Brand_Profile_Soffice_Ini; ModuleID = gid_Module_Root_Brand; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index b35e1bb6314f..5042de379fd7 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1604,9 +1604,9 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS -File gid_File_Extension_Dictionary_Pt - Dir = gid_Brand_Dir_Share_Extensions_Dict_Pt; - Name = "dict-pt.oxt"; +File gid_File_Extension_Dictionary_Pt_Br + Dir = gid_Brand_Dir_Share_Extensions_Dict_Pt_Br; + Name = "dict-pt-BR.oxt"; Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); UnixRights = 444; End @@ -1615,7 +1615,7 @@ End #ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Pt_Pt Dir = gid_Brand_Dir_Share_Extensions_Dict_Pt_Pt; - Name = "dict-pt-pt.oxt"; + Name = "dict-pt-PT.oxt"; Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); UnixRights = 444; End diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 23196e2ddbed..af6e72c3b15e 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -408,9 +408,9 @@ Module gid_Module_Root_Extension_Dictionary_Pl Styles = (); End -Module gid_Module_Root_Extension_Dictionary_Pt - MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_PT ); - Files = (gid_File_Extension_Dictionary_Pt); +Module gid_Module_Root_Extension_Dictionary_Pt_Br + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_PT_BR ); + Files = (gid_File_Extension_Dictionary_Pt_Br); InstallOrder = "2000"; Sortkey = "515"; Spellcheckerlanguage = "pt-BR"; diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 8d0ddf659ca8..a4927bacc2ed 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -241,10 +241,10 @@ en-US = "Polish" [STR_DESC_MODULE_EXTENSION_DICTIONARY_PL] en-US = "Polish spelling dictionary, hyphenation rules, and thesaurus" -[STR_NAME_MODULE_EXTENSION_DICTIONARY_PT] +[STR_NAME_MODULE_EXTENSION_DICTIONARY_PT_BR] en-US = "Brazilian Portuguese" -[STR_DESC_MODULE_EXTENSION_DICTIONARY_PT] +[STR_DESC_MODULE_EXTENSION_DICTIONARY_PT_BR] en-US = "Brazilian Portuguese spelling Dictionary (1990 Spelling Agreement), and hyphenation rules" [STR_NAME_MODULE_EXTENSION_DICTIONARY_PT_PT] |