summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-17 12:06:27 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-17 12:06:27 +0000
commite4ec4025a3cd542eb5c8331f9a9d6e7df3003df0 (patch)
tree39700c400a19821b19c4ffa872ce58f41b424246 /scp2
parent1fe1af7b5942b3454c29ee23eefe09ca8d75fa6d (diff)
INTEGRATION: CWS syssettings02 (1.36.4); FILE MERGED
2004/09/03 05:58:18 obr 1.36.4.1: #i20364#,#i20369# added wininet and gconf platform configuration backends
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp12
1 files changed, 10 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 33d3b2a07eac..af20695a1525 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -2,9 +2,9 @@
*
* $RCSfile: file_library_ooo.scp,v $
*
-* $Revision: 1.45 $
+* $Revision: 1.46 $
*
-* last change: $Author: obo $ $Date: 2004-09-13 17:16:46 $
+* last change: $Author: rt $ $Date: 2004-09-17 13:06:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1712,6 +1712,14 @@ End
SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Syssh, syssh.uno )
SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Localebe, localebe1.uno )
+#ifdef UNX
+SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Gconfebe, gconfbe1.uno )
+#endif
+
+#ifdef WNT
+SPECIAL_UNO_COMPONENT_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1.uno )
+#endif
+
File gid_File_Lib_Tcv
TXT_FILE_BODY;
Styles = (PACKED,UNO_COMPONENT,DONT_OVERWRITE);