2013-05-16 21:56:04 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
2004-02-05 17:10:37 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2004-02-05 17:10:37 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This file incorporates work covered by the following license notice:
|
2004-02-05 17:10:37 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
2014-10-28 23:51:16 +01:00
|
|
|
#include "AutoInstall/draw_brand"
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
Module gid_Module_Prg_Draw
|
|
|
|
MOD_NAME_DESC ( MODULE_PRG_DRAW );
|
|
|
|
ParentID = gid_Module_Prg;
|
2007-09-06 09:05:05 +00:00
|
|
|
Sortkey = "300";
|
2008-02-05 12:40:34 +00:00
|
|
|
Styles =(APPLICATIONMODULE);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Prg_Draw_Bin
|
2008-04-15 13:55:58 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
2004-02-05 17:10:37 +00:00
|
|
|
MOD_NAME_DESC ( MODULE_PRG_DRAW_BIN );
|
|
|
|
ParentID = gid_Module_Prg_Draw;
|
2007-09-06 09:05:05 +00:00
|
|
|
Sortkey = "100";
|
2004-02-05 17:10:37 +00:00
|
|
|
Default = YES;
|
2008-04-15 13:55:58 +00:00
|
|
|
Styles = (HIDDEN_ROOT);
|
2013-04-07 13:05:55 +02:00
|
|
|
Files = (gid_File_Extra_Urldesktop_Draw,gid_File_Extra_Urlnew_Draw,gid_File_Extra_Urlstart_Draw,gid_File_Extra_Urltasks_Draw,
|
2009-08-04 10:36:31 +02:00
|
|
|
gid_File_Share_Registry_Draw_Xcd,
|
|
|
|
gid_File_Tmp_Userinstall_Draw_Inf);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2008-03-18 12:25:44 +00:00
|
|
|
Module gid_Module_Brand_Prg_Draw
|
|
|
|
PackageInfo = "packinfo_brand.txt";
|
|
|
|
Name = "gid_Module_Brand_Prg_Draw";
|
|
|
|
Description = "gid_Module_Brand_Prg_Draw";
|
2008-04-15 13:55:58 +00:00
|
|
|
ParentID = gid_Module_Prg_Draw;
|
2008-03-18 12:25:44 +00:00
|
|
|
Sortkey = "100";
|
2008-07-07 15:24:55 +00:00
|
|
|
InstallOrder = "1040";
|
2008-03-18 12:25:44 +00:00
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
2014-10-31 23:42:37 +01:00
|
|
|
Files = (auto_draw_brand_ALL);
|
2008-03-18 12:25:44 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Langpack_Draw_Template
|
|
|
|
ParentID = gid_Module_Prg_Draw_Bin;
|
|
|
|
Name = "gid_Module_Langpack_Draw_Template";
|
|
|
|
Description = "gid_Module_Langpack_Draw_Template";
|
|
|
|
Styles = (TEMPLATEMODULE);
|
2010-12-16 13:53:35 +01:00
|
|
|
Files = ();
|
2008-03-18 12:25:44 +00:00
|
|
|
End
|
|
|
|
|
2012-06-21 17:28:58 +02:00
|
|
|
Module gid_Module_Prg_Draw_MSO_Reg
|
|
|
|
ParentID = gid_Module_Prg_Draw;
|
|
|
|
Name = "gid_Module_Prg_Draw_MSO_Reg";
|
|
|
|
Description = "gid_Module_Prg_Draw_MSO_Reg";
|
|
|
|
Styles = (HIDDEN_ROOT);
|
|
|
|
Default = YES;
|
|
|
|
End
|
|
|
|
|
2013-08-12 15:31:22 +02:00
|
|
|
Module gid_Module_Prg_Draw_Other_Reg
|
|
|
|
ParentID = gid_Module_Prg_Draw;
|
|
|
|
Name = "gid_Module_Prg_Draw_Other_Reg";
|
|
|
|
Description = "gid_Module_Prg_Draw_Other_Reg";
|
|
|
|
Styles = (HIDDEN_ROOT);
|
|
|
|
Default = YES;
|
|
|
|
End
|
|
|
|
|
2008-03-18 12:25:44 +00:00
|
|
|
#include "alllangmodules_draw.inc"
|