From a48658f4d10058ef9a424bb2eb30f45d9e583081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 3 May 2004 12:59:25 +0000 Subject: [PATCH] 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: --- scp2/source/math/file_math.scp | 15 +++++++++++++-- scp2/source/math/module_math.scp | 8 +++++--- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/scp2/source/math/file_math.scp b/scp2/source/math/file_math.scp index ce7e10a878a2..d4529cefea8a 100644 --- a/scp2/source/math/file_math.scp +++ b/scp2/source/math/file_math.scp @@ -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); diff --git a/scp2/source/math/module_math.scp b/scp2/source/math/module_math.scp index 761ddc16ec3d..640eca614d3d 100644 --- a/scp2/source/math/module_math.scp +++ b/scp2/source/math/module_math.scp @@ -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