summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 09:05:05 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 09:05:05 +0000
commitac5d4dcf6b4503cc36ac265a0247fd076c14a63b (patch)
tree2e0f51063eea23aa8a0be239b23aae64f37be815 /scp2
parent3ac397d7fe4961948eb5d5ee9690329f5b8def6f (diff)
INTEGRATION: CWS native100 (1.12.276); FILE MERGED
2007/08/23 14:49:54 is 1.12.276.1: #i80937# introducing module order
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/draw/module_draw.scp9
1 files changed, 6 insertions, 3 deletions
diff --git a/scp2/source/draw/module_draw.scp b/scp2/source/draw/module_draw.scp
index 67b755503d48..a11d12156904 100644
--- a/scp2/source/draw/module_draw.scp
+++ b/scp2/source/draw/module_draw.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: module_draw.scp,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 15:28:05 $
+ * last change: $Author: kz $ $Date: 2007-09-06 10:05:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,14 +36,16 @@
#include "macros.inc"
Module gid_Module_Prg_Draw
+ PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_PRG_DRAW );
ParentID = gid_Module_Prg;
- Sortkey = "400";
+ Sortkey = "300";
End
Module gid_Module_Prg_Draw_Bin
MOD_NAME_DESC ( MODULE_PRG_DRAW_BIN );
ParentID = gid_Module_Prg_Draw;
+ Sortkey = "100";
Minimal = YES;
Default = YES;
Files = (gid_File_Exe_Sdraw,gid_File_Extra_Urldesktop_Draw,gid_File_Extra_Urlnew_Draw,gid_File_Extra_Urlstart_Draw,gid_File_Extra_Urltasks_Draw,gid_File_Share_Config_Sofficecfg_Draw_Menubar_Xml,
@@ -56,6 +58,7 @@ End
Module gid_Module_Prg_Draw_Help
MOD_NAME_DESC ( MODULE_PRG_DRAW_HELP );
ParentID = gid_Module_Prg_Draw;
+ Sortkey = "200";
Default = YES;
Files = (gid_File_Help_Sdraw_Zip);
End