From 1a95af6f9babbbadfa2acac6d832812799d59681 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 11 Jul 2007 13:41:57 +0000 Subject: [PATCH] INTEGRATION: CWS native93 (1.4.80); FILE MERGED 2007/07/03 14:40:01 is 1.4.80.3: #i78692# setting correct parent for esperanto 2007/07/03 13:47:56 is 1.4.80.2: #i78692# setting correct parent for esperanto 2007/06/25 13:07:46 is 1.4.80.1: #i78692# esperanto --- scp2/source/ooo/module_langpack.scp | 45 +++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/scp2/source/ooo/module_langpack.scp b/scp2/source/ooo/module_langpack.scp index 3fcdd0cf75e1..6b153fa8416f 100644 --- a/scp2/source/ooo/module_langpack.scp +++ b/scp2/source/ooo/module_langpack.scp @@ -4,9 +4,9 @@ * * $RCSfile: module_langpack.scp,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: gm $ $Date: 2007-05-10 11:06:49 $ + * last change: $Author: ihi $ $Date: 2007-07-11 14:41:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -4021,3 +4021,44 @@ Module gid_Module_Langpack_Fonts_ka Styles = (HIDDEN_ROOT); End #endif + +// Esperanto (eo) + +Module gid_Module_Root_eo + ParentID = gid_Module_Langpack_Base; + Sortkey = "9700"; + MOD_NAME_DESC(MODULE_LANGPACK_EO); + #ifdef WNT + Styles = (LANGUAGEMODULE); + #endif +End + +#ifndef WNT +Module gid_Module_Langpack_Resource_eo + ParentID = gid_Module_Root_eo; + Sortkey = "100"; + Name = "gid_Module_Langpack_Resource_eo"; + Description = "gid_Module_Langpack_Resource_eo"; + Styles = (HIDDEN_ROOT); +End +#endif + +#ifndef WNT +Module gid_Module_Langpack_Help_eo + ParentID = gid_Module_Root_eo; + Sortkey = "200"; + Name = "gid_Module_Langpack_Help_eo"; + Description = "gid_Module_Langpack_Help_eo"; + Styles = (HIDDEN_ROOT); +End +#endif + +#ifndef WNT +Module gid_Module_Langpack_Fonts_eo + ParentID = gid_Module_Root_eo; + Sortkey = "300"; + Name = "gid_Module_Langpack_Fonts_eo"; + Description = "gid_Module_Langpack_Fonts_eo"; + Styles = (HIDDEN_ROOT); +End +#endif