summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-10 12:26:07 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-10 12:26:07 +0000
commit7c83cfc0a30dcfb8cf0a1a78348aa80e667cd113 (patch)
treeec7ec1d1ae17fa6257be84eed733b7e6cfb1dc41 /scp2
parent7d2e4d9ea709fdcbeb6a6817026882480a20e37a (diff)
INTEGRATION: CWS xmlfilter02 (1.222.58); FILE MERGED
2007/12/12 10:11:12 dr 1.222.58.11: RESYNC: (1.260-1.268); FILE MERGED 2007/10/05 05:54:00 os 1.222.58.10: RESYNC: (1.253-1.260); FILE MERGED 2007/10/01 12:05:51 os 1.222.58.9: integration of cws writerfilter3 into cws xmlfilter02 2007/07/24 22:04:08 dr 1.222.58.8: RESYNC: (1.234-1.253); FILE MERGED 2007/05/29 16:05:06 dr 1.222.58.7: RESYNC: (1.230-1.234); FILE MERGED 2007/05/08 10:38:22 dr 1.222.58.6: RESYNC: (1.223-1.230); FILE MERGED 2007/03/14 18:46:18 dr 1.222.58.5: RESYNC: (1.222-1.223); FILE MERGED 2007/03/01 15:00:54 dr 1.222.58.4: no uno 2007/03/01 13:47:01 dr 1.222.58.3: missing lib 2007/02/27 12:04:09 dr 1.222.58.2: add oox lib 2007/02/20 14:16:51 dr 1.222.58.1: add fastsax lib
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp24
1 files changed, 21 insertions, 3 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index e471c37237aa..47068d97b44c 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.270 $
+ * $Revision: 1.271 $
*
- * last change: $Author: obo $ $Date: 2008-01-07 08:43:30 $
+ * last change: $Author: obo $ $Date: 2008-01-10 13:26:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1452,6 +1452,8 @@ End
STD_UNO_LIB_FILE_PATCH(gid_File_Lib_Wpft,wpft)
+STD_UNO_LIB_FILE_PATCH(gid_File_Lib_Writerfilter,writerfilter)
+
#if !defined(MACOSX) && ( !defined(SYSTEM_MOZILLA) && !defined(WITHOUT_MOZILLA) )
File gid_File_Lib_Mozabdrv
@@ -1892,7 +1894,7 @@ File gid_File_Lib_Salhelper
#endif
End
-File gid_File_Lib_Sax
+File gid_File_Lib_Sax_Uno
TXT_FILE_BODY;
Styles = (PACKED,UNO_COMPONENT,DONT_OVERWRITE,PATCH);
RegistryID = gid_Starregistry_Services_Rdb;
@@ -1904,6 +1906,22 @@ File gid_File_Lib_Sax
#endif
End
+File gid_File_Lib_Fastsax_Uno
+ TXT_FILE_BODY;
+ Styles = (PACKED,UNO_COMPONENT,DONT_OVERWRITE,PATCH);
+ RegistryID = gid_Starregistry_Services_Rdb;
+ Dir = gid_Dir_Program;
+ #ifdef UNX
+ Name = STRING(CONCAT2(fastsax.uno,UNXSUFFIX));
+ #else
+ Name = "fastsax.uno.dll";
+ #endif
+End
+
+STD_LIB_FILE_PATCH( gid_File_Lib_Sax , sax)
+
+STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Oox , oox)
+
STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Sb , sb)
//