summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 09:05:46 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 09:05:46 +0000
commit31585293eba15afe8a2c8d86b21b7ae5adea8a96 (patch)
tree802ccd7d1c86c7161e5ecf3bd4072cbd4b490538 /scp2
parent3a8fc679e10b9f8fd349656a461b06f7476b1450 (diff)
INTEGRATION: CWS native100 (1.13.276); FILE MERGED
2007/08/23 14:49:55 is 1.13.276.1: #i80937# introducing module order
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/impress/module_impress.scp9
1 files changed, 6 insertions, 3 deletions
diff --git a/scp2/source/impress/module_impress.scp b/scp2/source/impress/module_impress.scp
index 68a8c0993843..bedaac2c8ac0 100644
--- a/scp2/source/impress/module_impress.scp
+++ b/scp2/source/impress/module_impress.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: module_impress.scp,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 15:28:58 $
+ * last change: $Author: kz $ $Date: 2007-09-06 10:05:46 $
*
* 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_Impress
+ PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_PRG_IMPRESS );
ParentID = gid_Module_Prg;
- Sortkey = "300";
+ Sortkey = "400";
End
Module gid_Module_Prg_Impress_Bin
MOD_NAME_DESC ( MODULE_PRG_IMPRESS_BIN );
ParentID = gid_Module_Prg_Impress;
+ Sortkey = "100";
Minimal = YES;
Default = YES;
Files = (gid_File_Exe_Simpress,gid_File_Extra_Urldesktop_Impress,gid_File_Extra_Urlnew_Impress,gid_File_Extra_Urlstart_Impress,gid_File_Extra_Urltasks_Impress,gid_File_Lib_Placeware,
@@ -57,6 +59,7 @@ End
Module gid_Module_Prg_Impress_Help
MOD_NAME_DESC ( MODULE_PRG_IMPRESS_HELP );
ParentID = gid_Module_Prg_Impress;
+ Sortkey = "200";
Default = YES;
Files = (gid_File_Help_Simpress_Zip);
End