From 2418bae7027706a0cc2a4132edc378f651bed0a1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 17 Oct 2011 13:28:54 +0200 Subject: Undo basis/brand split: move help/ from basis to brand. --- scp2/source/ooo/common_brand.scp | 14 -------------- scp2/source/ooo/directory_ooo.scp | 4 ++-- scp2/source/ooo/module_help_template.scp | 2 -- 3 files changed, 2 insertions(+), 18 deletions(-) (limited to 'scp2/source') diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index bffd5bcfb48b..e7925ba8b699 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -167,20 +167,6 @@ Directory gid_Brand_Dir_Readme DosName = "readmes"; End -Directory gid_Brand_Dir_Help -#if defined MACOSX - ParentID = gid_Dir_Bundle_Contents; -#else - ParentID = gid_Dir_Brand_Root; -#endif - DosName = "help"; -End - -Directory gid_Brand_Dir_Help_Isolanguage - ParentID = gid_Brand_Dir_Help; - DIR_ISOLANGUAGE_ALL_LANG; -End - Directory gid_Brand_Dir_Share #if defined MACOSX ParentID = gid_Dir_Bundle_Contents; diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp index e9c3adea01ab..b505095076c7 100644 --- a/scp2/source/ooo/directory_ooo.scp +++ b/scp2/source/ooo/directory_ooo.scp @@ -1188,9 +1188,9 @@ End Directory gid_Dir_Help #if defined MACOSX - ParentID = gid_Brand_Dir_BasisLink; + ParentID = gid_Dir_Bundle_Contents; #else - ParentID = gid_Dir_Ooo_Basis; + ParentID = gid_Dir_Brand_Root; #endif DosName = "help"; End diff --git a/scp2/source/ooo/module_help_template.scp b/scp2/source/ooo/module_help_template.scp index 4022d59231ac..34a102e1eb81 100644 --- a/scp2/source/ooo/module_help_template.scp +++ b/scp2/source/ooo/module_help_template.scp @@ -39,8 +39,6 @@ Module gid_Module_Helppack_Help_Template gid_File_Help_Simpress_Zip, gid_File_Help_Smath_Zip, gid_File_Help_Swriter_Zip); - Dirs = (gid_Brand_Dir_Help, - gid_Brand_Dir_Help_Isolanguage); End #include "allhelpmodules_root.inc" -- cgit