diff options
author | Istvan Turi <turipista@freemail.hu> | 2012-08-16 17:38:03 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-08-16 17:45:36 +0200 |
commit | 1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889 (patch) | |
tree | 655598252c1ae8d147b274bafb917a83b8d235ef /scp2 | |
parent | cecff561687865359a695f1cf6ecb99300ce121b (diff) |
idxexample.odt and html.stw cleanup (fdo#49101, fdo#49098)
idxexample.odt will be localized through the standard l10n
framework, i.e. with use of .po files, because now strings
are read from resources.
html.stw is language independent now, defaults for different
scripts are handled in the code.
Change-Id: Ie20cafc6191721a959b33e2559b9866e3762a146
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/directory_ooo.scp | 10 | ||||
-rw-r--r-- | scp2/source/ooo/file_extra_ooo.scp | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp index 063d1fe92680..2092772650d1 100644 --- a/scp2/source/ooo/directory_ooo.scp +++ b/scp2/source/ooo/directory_ooo.scp @@ -1044,11 +1044,6 @@ Directory gid_Dir_Template_Wizard_Styles DIR_IDENT_ALL_LANG(styles); End -Directory gid_Dir_Template_Internal - ParentID = gid_Dir_Template_Language; - DIR_IDENT_ALL_LANG(internal); -End - Directory gid_Dir_Share_Database ParentID = gid_Brand_Dir_Share; DosName = "database"; @@ -1450,6 +1445,11 @@ Directory gid_Dir_Template_Common_Forms DosName = "forms"; End +Directory gid_Dir_Template_Common_Internal + ParentID = gid_Dir_Template_Common; + DosName = "internal"; +End + Directory gid_Dir_Template_Common_Labels ParentID = gid_Dir_Template_Common; DosName = "labels"; diff --git a/scp2/source/ooo/file_extra_ooo.scp b/scp2/source/ooo/file_extra_ooo.scp index 843d43b37a0f..75358457c642 100644 --- a/scp2/source/ooo/file_extra_ooo.scp +++ b/scp2/source/ooo/file_extra_ooo.scp @@ -358,11 +358,11 @@ File gid_File_Extra_Tplwizbitmap Name = "tplwizbitmap.zip"; End -File gid_File_Extra_Tplwizdesktop_Lang - Dir = gid_Dir_Template_Internal; +File gid_File_Extra_Tplwizdesktop + Dir = gid_Dir_Template_Common_Internal; TXT_FILE_BODY; Styles = (ARCHIVE, DONT_OVERWRITE); - EXTRA_ALL_LANG(tplwizdesktop,zip); + Name = "tplwizdesktop.zip"; End File gid_File_Extra_Tplwizletter |