diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-09-06 09:09:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-09-06 09:09:10 +0000 |
commit | 70e574794deba234f4450152f43474ae29e78593 (patch) | |
tree | 0d60078a44cfa7defd6fba39980b94eafafb7604 /scp2 | |
parent | dde8702a6382208ca60148cc5cfca13774ac01c2 (diff) |
INTEGRATION: CWS native100 (1.4.72); FILE MERGED
2007/08/23 14:49:58 is 1.4.72.1: #i80937# introducing module order
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 16b2b5c9a7ca..acd9045bdcfd 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: module_ooo.scp,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2007-07-03 12:07:46 $ + * last change: $Author: kz $ $Date: 2007-09-06 10:09:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,8 @@ Module gid_Module_Root Sortkey = "10"; + PackageInfo = "packinfo_office.txt"; + TabPackageInfo = "packinfo_office_tab.txt"; MOD_NAME_DESC(MODULE_ROOT_OSL); End |