summaryrefslogtreecommitdiff
path: root/scp2/source/base
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-11 13:25:33 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-11 13:25:33 +0000
commit635002de71deb7c870a909b35fa901f15174b0ab (patch)
tree9d2158fda475fa7a841cdbb44de9a42b621a1b5f /scp2/source/base
parent06179519271f15c085765c0c4f0a1f9784a67573 (diff)
INTEGRATION: CWS c05v001 (1.3.44); FILE MERGED
2005/08/29 10:51:00 fs 1.3.44.2: #124934# some few files not installed when no Base is installed 2005/08/25 15:09:59 fs 1.3.44.1: #124936# loaders/types whose availability depend on the 'Base' module being installed
Diffstat (limited to 'scp2/source/base')
-rw-r--r--scp2/source/base/file_base.scp30
1 files changed, 28 insertions, 2 deletions
diff --git a/scp2/source/base/file_base.scp b/scp2/source/base/file_base.scp
index b826af2da74c..ee4788d2a357 100644
--- a/scp2/source/base/file_base.scp
+++ b/scp2/source/base/file_base.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: file_base.scp,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:18:02 $
+ * last change: $Author: kz $ $Date: 2005-11-11 14:25:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,6 +42,10 @@ File gid_File_Exe_Sbase
Styles = (PACKED);
End
+STD_UNO_LIB_FILE( gid_File_Lib_Abp, abp)
+STD_UNO_LIB_FILE( gid_File_Lib_Dbp, dbp)
+STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Dbu, dbu )
+
#ifdef UNX
File gid_File_Share_Xdg_Base
@@ -76,3 +80,25 @@ File gid_File_Registry_Spool_Oo_Common_Base_Xcu
Dir = gid_Dir_Share_Registry_Modules_Oo_Office_Common;
Name = "/registry/spool/org/openoffice/Office/Common-base.xcu";
End
+
+File gid_File_Registry_Spool_Oo_TypeDetection_Database_Types_Xcu
+ TXT_FILE_BODY;
+ Styles = (PACKED);
+ Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Types;
+ Name = "/registry/spool/fcfg_database_types.xcu";
+End
+
+File gid_File_Registry_Spool_Oo_TypeDetection_Database_Filters_Xcu
+ TXT_FILE_BODY;
+ Styles = (PACKED);
+ Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Filter;
+ Name = "/registry/spool/fcfg_database_filters.xcu";
+End
+
+File gid_File_Registry_Spool_Oo_TypeDetection_Database_Others_Xcu
+ TXT_FILE_BODY;
+ Styles = (PACKED);
+ Dir = gid_Dir_Share_Registry_Modules_Oo_TypeDetection_Misc;
+ Name = "/registry/spool/fcfg_database_others.xcu";
+End
+