INTEGRATION: CWS binfilter (1.2.48); FILE MERGED

2004/04/19 08:59:35 aw 1.2.48.1: #110098#
Migration from old scp to scp2
Issue number:
Submitted by:
Reviewed by:
This commit is contained in:
Rüdiger Timm 2004-05-03 12:59:25 +00:00
parent d8fd1527a4
commit a48658f4d1
2 changed files with 18 additions and 5 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: file_math.scp,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: kz $ $Date: 2004-02-25 17:26:03 $
* last change: $Author: rt $ $Date: 2004-05-03 13:59:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -81,6 +81,17 @@ STD_UNO_LIB_FILE( gid_File_Lib_Smd , smd)
STD_RES_FILE( gid_File_Res_Sm, sm )
//
// start binfilter #110743#
//
STD_LIB_FILE( gid_File_Lib_Bf_Sm, bf_sm)
STD_RES_FILE( gid_File_Res_Bf_Sm, bf_sm)
//
// end binfilter #110743#
//
File gid_File_Oo_Office_Filter_Math_Pkg
TXT_FILE_BODY;
Styles = (PACKED);

View file

@ -2,9 +2,9 @@
*
* $RCSfile: module_math.scp,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: kz $ $Date: 2004-02-25 17:26:14 $
* last change: $Author: rt $ $Date: 2004-05-03 13:59:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -66,13 +66,15 @@ Module gid_Module_Prg_Math
ParentID = gid_Module_Prg;
End
// #110743# Added gid_File_Lib_Bf_Sm, gid_File_Res_Bf_Sm
Module gid_Module_Prg_Math_Bin
MOD_NAME_DESC ( MODULE_PRG_MATH_BIN );
ParentID = gid_Module_Prg_Math;
Minimal = YES;
Default = YES;
Files = (gid_File_Extra_Cdemath,gid_File_Html_W3c_Ipr,gid_File_Dtd_Math,gid_File_Exe_Smath,gid_File_Res_Sm,gid_File_Lib_Sm,gid_File_Lib_Smd,gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math,gid_File_Oo_Office_Filter_Math_Pkg,
gid_File_Oo_Office_Ui_Mathcommands_Xcs,gid_File_Oo_Office_Ui_Mathcommands_Xcu);
gid_File_Oo_Office_Ui_Mathcommands_Xcs,gid_File_Oo_Office_Ui_Mathcommands_Xcu,
gid_File_Lib_Bf_Sm, gid_File_Res_Bf_Sm);
End
Module gid_Module_Prg_Math_Help