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_Impress 31 MOD_NAME_DESC ( MODULE_PRG_IMPRESS ); 32 ParentID = gid_Module_Prg; 33 Sortkey = "400"; 34 Styles =(APPLICATIONMODULE); 35End 36 37Module gid_Module_Prg_Impress_Bin 38 PackageInfo = "packinfo_office.txt"; 39 MOD_NAME_DESC ( MODULE_PRG_IMPRESS_BIN ); 40 ParentID = gid_Module_Prg_Impress; 41 Sortkey = "100"; 42 Minimal = YES; 43 Default = YES; 44 Styles = (HIDDEN_ROOT); 45 Files = (gid_File_Extra_Urldesktop_Impress,gid_File_Extra_Urlnew_Impress,gid_File_Extra_Urlstart_Impress,gid_File_Extra_Urltasks_Impress,gid_File_Lib_Placeware, 46 gid_File_Share_Registry_Impress_Xcd, 47 gid_File_Lib_Animcore,gid_File_Share_Config_Sofficecfg_Impress_Effects_Xml, gid_File_Share_Config_Sofficecfg_Impress_Transitions_Xml, 48 gid_File_Tmp_Userinstall_Impress_Inf); 49End 50 51// Module gid_Module_Prg_Impress_Help 52// MOD_NAME_DESC ( MODULE_PRG_IMPRESS_HELP ); 53// ParentID = gid_Module_Prg_Impress; 54// Sortkey = "200"; 55// Default = YES; 56// Files = (gid_File_Help_Simpress_Zip); 57// End 58 59Module gid_Module_Brand_Prg_Impress 60 PackageInfo = "packinfo_brand.txt"; 61 Name = "gid_Module_Brand_Prg_Impress"; 62 Description = "gid_Module_Brand_Prg_Impress"; 63 ParentID = gid_Module_Prg_Impress; 64 Sortkey = "100"; 65 InstallOrder = "1040"; 66 Minimal = YES; 67 Default = YES; 68 Styles = (HIDDEN_ROOT); 69 Files = (gid_File_Exe_Simpress); 70End 71 72Module gid_Module_Langpack_Impress_Template 73 ParentID = gid_Module_Prg_Impress_Bin; 74 Name = "gid_Module_Langpack_Impress_Template"; 75 Description = "gid_Module_Langpack_Impress_Template"; 76 Styles = (TEMPLATEMODULE); 77 Files = (gid_File_Help_Simpress_Zip); 78End 79 80Module gid_Module_Prg_Impress_MSO_Reg 81 ParentID = gid_Module_Prg_Impress; 82 Name = "gid_Module_Prg_Impress_MSO_Reg"; 83 Description = "gid_Module_Prg_Impress_MSO_Reg"; 84 Styles = (HIDDEN_ROOT); 85 Minimal = YES; 86 Default = YES; 87End 88 89#include "alllangmodules_impress.inc" 90