summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 11:58:31 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 11:58:31 +0000
commitafb91bc5ba08ad7e229f8e6f59b9c7a69bc8084b (patch)
tree8eba1547709eda7fbb82a280688d67f99575251e /scp2
parent5b2eee5eac5cb6f36884d10cffe2fc956dcf4fc6 (diff)
INTEGRATION: CWS fwkbugfix03 (1.3.130); FILE MERGED
2004/10/19 05:48:53 as 1.3.130.1: #i35537# register filter directly as xcu files instead of using pkgchk
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/graphicfilter/file_graphicfilter.scp49
1 files changed, 35 insertions, 14 deletions
diff --git a/scp2/source/graphicfilter/file_graphicfilter.scp b/scp2/source/graphicfilter/file_graphicfilter.scp
index 06d35e78245e..2007f646eb23 100644
--- a/scp2/source/graphicfilter/file_graphicfilter.scp
+++ b/scp2/source/graphicfilter/file_graphicfilter.scp
@@ -2,9 +2,9 @@
*
* $RCSfile: file_graphicfilter.scp,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kz $ $Date: 2004-07-01 13:11:11 $
+ * last change: $Author: obo $ $Date: 2004-11-17 12:58:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,25 +61,46 @@
#include "macros.inc"
-File gid_File_Oo_Office_Filter_Drawgraphics_Pkg
+File gid_File_Registry_Spool_Oo_TypeDetection_InternalGraphics_Types_Xcu
TXT_FILE_BODY;
- Styles = (PACKED);
- Dir = gid_Dir_Share_Uno_Packages;
- Name = "fcfg_drawgraphics.zip";
+ Styles = (PACKED);
+ Dir = gid_Dir_Share_Registry_Spool;
+ Name = "/registry/spool/fcfg_internalgraphics_types.xcu";
End
-File gid_File_Oo_Office_Filter_Impressgraphics_Pkg
+File gid_File_Registry_Spool_Oo_TypeDetection_InternalGraphics_Filters_Xcu
TXT_FILE_BODY;
- Styles = (PACKED);
- Dir = gid_Dir_Share_Uno_Packages;
- Name = "fcfg_impressgraphics.zip";
+ Styles = (PACKED);
+ Dir = gid_Dir_Share_Registry_Spool;
+ Name = "/registry/spool/fcfg_internalgraphics_filters.xcu";
End
-File gid_File_Oo_Office_Filter_Internalgraphics_Pkg
+File gid_File_Registry_Spool_Oo_TypeDetection_ImpressGraphics_Types_Xcu
TXT_FILE_BODY;
- Styles = (PACKED);
- Dir = gid_Dir_Share_Uno_Packages;
- Name = "fcfg_internalgraphics.zip";
+ Styles = (PACKED);
+ Dir = gid_Dir_Share_Registry_Spool;
+ Name = "/registry/spool/fcfg_impressgraphics_types.xcu";
+End
+
+File gid_File_Registry_Spool_Oo_TypeDetection_ImpressGraphics_Filters_Xcu
+ TXT_FILE_BODY;
+ Styles = (PACKED);
+ Dir = gid_Dir_Share_Registry_Spool;
+ Name = "/registry/spool/fcfg_impressgraphics_filters.xcu";
+End
+
+File gid_File_Registry_Spool_Oo_TypeDetection_DrawGraphics_Types_Xcu
+ TXT_FILE_BODY;
+ Styles = (PACKED);
+ Dir = gid_Dir_Share_Registry_Spool;
+ Name = "/registry/spool/fcfg_drawgraphics_types.xcu";
+End
+
+File gid_File_Registry_Spool_Oo_TypeDetection_DrawGraphics_Filters_Xcu
+ TXT_FILE_BODY;
+ Styles = (PACKED);
+ Dir = gid_Dir_Share_Registry_Spool;
+ Name = "/registry/spool/fcfg_drawgraphics_filters.xcu";
End
STD_FILTER_FILE( gid_File_Filter_Egi, egi)