diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 11:58:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 11:58:05 +0000 |
commit | aa8abbaab646bba752bda5b1da14fbb46122efda (patch) | |
tree | af53300262b1f001dcf1f6d8889906fd2440cf01 /scp2 | |
parent | 0cd19153f0d75efdb00c84aa0b0a113cb20d2b2d (diff) |
INTEGRATION: CWS fwkbugfix03 (1.6.32); FILE MERGED
2004/10/21 12:50:30 mav 1.6.32.2: #i35706# deliver xcu files
2004/10/19 05:48:52 as 1.6.32.1: #i35537# register filter directly as xcu files instead of using pkgchk
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/draw/file_draw.scp | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/scp2/source/draw/file_draw.scp b/scp2/source/draw/file_draw.scp index d56b62a0a050..4d2695069e99 100644 --- a/scp2/source/draw/file_draw.scp +++ b/scp2/source/draw/file_draw.scp @@ -2,9 +2,9 @@ * * $RCSfile: file_draw.scp,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2004-11-09 11:54:36 $ + * last change: $Author: obo $ $Date: 2004-11-17 12:58:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,18 +61,11 @@ #include "macros.inc" -File gid_File_Oo_Office_Filter_Draw_Pkg +File gid_File_Registry_Spool_Oo_Office_Embedding_Draw_Xcu TXT_FILE_BODY; Styles = (PACKED); - Dir = gid_Dir_Share_Uno_Packages; - Name = "fcfg_draw.zip"; -End - -File gid_File_Oo_Office_Embedding_Draw_Pkg - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Uno_Packages; - Name = "embedding_draw.zip"; + Dir = gid_Dir_Share_Registry_Spool; + Name = "/registry/spool/embedding_draw.xcu"; End #ifdef SOLAR_JAVA @@ -106,6 +99,20 @@ File gid_File_Share_Config_Sofficecfg_Draw_Menubar_Xml End */ +File gid_File_Registry_Spool_Oo_TypeDetection_Draw_Types_Xcu + TXT_FILE_BODY; + Styles = (PACKED); + Dir = gid_Dir_Share_Registry_Spool; + Name = "/registry/spool/fcfg_draw_types.xcu"; +End + +File gid_File_Registry_Spool_Oo_TypeDetection_Draw_Filters_Xcu + TXT_FILE_BODY; + Styles = (PACKED); + Dir = gid_Dir_Share_Registry_Spool; + Name = "/registry/spool/fcfg_draw_filters.xcu"; +End + File gid_File_Registry_Spool_Oo_Common_Draw_Xcu TXT_FILE_BODY; Styles = (PACKED); |