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
This commit is contained in:
parent
0cd19153f0
commit
aa8abbaab6
1 changed files with 19 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue