1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "macros.inc" 29 30Module gid_Module_Prg_Math 31 MOD_NAME_DESC ( MODULE_PRG_MATH ); 32 ParentID = gid_Module_Prg; 33 Sortkey = "600"; 34 Styles =(APPLICATIONMODULE); 35End 36 37Module gid_Module_Prg_Math_Bin 38 PackageInfo = "packinfo_office.txt"; 39 MOD_NAME_DESC ( MODULE_PRG_MATH_BIN ); 40 ParentID = gid_Module_Prg_Math; 41 Sortkey = "100"; 42 Minimal = YES; 43 Default = YES; 44 Styles = (HIDDEN_ROOT); 45 Files = (gid_File_Html_W3c_Ipr,gid_File_Lib_Sm,gid_File_Lib_Smd,gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math, 46 gid_File_Share_Registry_Math_Xcd, 47 gid_File_Tmp_Userinstall_Math_Inf); 48End 49 50// Module gid_Module_Prg_Math_Help 51// MOD_NAME_DESC ( MODULE_PRG_MATH_HELP ); 52// ParentID = gid_Module_Prg_Math; 53// Sortkey = "200"; 54// Default = YES; 55// Files = (gid_File_Help_Smath_Zip); 56// End 57 58Module gid_Module_Brand_Prg_Math 59 PackageInfo = "packinfo_brand.txt"; 60 Name = "gid_Module_Brand_Prg_Math"; 61 Description = "gid_Module_Brand_Prg_Math"; 62 ParentID = gid_Module_Prg_Math; 63 Sortkey = "100"; 64 InstallOrder = "1040"; 65 Minimal = YES; 66 Default = YES; 67 Styles = (HIDDEN_ROOT); 68 Files = (gid_File_Exe_Smath); 69End 70 71Module gid_Module_Langpack_Math_Template 72 ParentID = gid_Module_Prg_Math_Bin; 73 Name = "gid_Module_Langpack_Math_Template"; 74 Description = "gid_Module_Langpack_Math_Template"; 75 Styles = (TEMPLATEMODULE); 76 Files = (gid_File_Help_Smath_Zip, 77 gid_File_Res_Sm); 78End 79 80#include "alllangmodules_math.inc" 81