summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-31 17:49:59 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-31 17:49:59 +0000
commit60ce9f5333a38ea042b57eb1db55ef99c429008c (patch)
treeea643b05c13dbb574fc6c0eb2e07a42a2c34e633
parent9056cb0d8fade6be1606ab41ce0475b752d2e6cc (diff)
INTEGRATION: CWS i18n24 (1.168.16); FILE MERGED
2006/01/12 02:42:37 khong 1.168.16.2: RESYNC: (1.168-1.173); FILE MERGED 2006/01/10 23:21:44 khong 1.168.16.1: #i60331 create data libraries for i18npool
-rw-r--r--scp2/source/ooo/file_library_ooo.scp37
1 files changed, 35 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index c96c2d59cd62..bf99a356cbe2 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
- * $Revision: 1.181 $
+ * $Revision: 1.182 $
*
- * last change: $Author: obo $ $Date: 2006-01-20 12:56:14 $
+ * last change: $Author: kz $ $Date: 2006-01-31 18:49:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -592,6 +592,39 @@ File gid_File_Lib_Dict_Zh
Styles = (PACKED);
End
+File gid_File_Lib_Collator_Data
+ TXT_FILE_BODY;
+ #ifdef UNX
+ Name = STRING(CONCAT2(libcollator_data,UNXSUFFIX));
+ #else
+ Name = "collator_data.dll";
+ #endif
+ Dir = gid_Dir_Program;
+ Styles = (PACKED);
+End
+
+File gid_File_Lib_Index_Data
+ TXT_FILE_BODY;
+ #ifdef UNX
+ Name = STRING(CONCAT2(libindex_data,UNXSUFFIX));
+ #else
+ Name = "index_data.dll";
+ #endif
+ Dir = gid_Dir_Program;
+ Styles = (PACKED);
+End
+
+File gid_File_Lib_Textconv_Dict
+ TXT_FILE_BODY;
+ #ifdef UNX
+ Name = STRING(CONCAT2(libtextconv_dict,UNXSUFFIX));
+ #else
+ Name = "textconv_dict.dll";
+ #endif
+ Dir = gid_Dir_Program;
+ Styles = (PACKED);
+End
+
File gid_File_Lib_Dlgprov
TXT_FILE_BODY;
Styles = (PACKED,UNO_COMPONENT);