diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-04 08:21:03 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-04 16:44:49 +0200 |
commit | 08f94626efc530713802f4f97615a5117e8596d2 (patch) | |
tree | b263cef84d570c8e6f0d9756c27be5c9a74cccb8 /scp2 | |
parent | c35f495a8d608cb71b48838a00c06db5d0e4e2dd (diff) |
nuke MathMLDTD
math.dtd was dropped from installation in 2009, see
https://issues.apache.org/ooo/show_bug.cgi?id=97200#c3 :
"In agreement with MIB and MT it was diecided that the Math.dtd should
be removed from the installation set as well since it
a) has incorrect content
b) is no longer used nowadays at all"
Change-Id: Id2a727338c224b0beb4b8def197988ab071a7d94
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/math/file_math.scp | 10 | ||||
-rw-r--r-- | scp2/source/math/module_math.scp | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/scp2/source/math/file_math.scp b/scp2/source/math/file_math.scp index aa0fcb33b9c5..455c9caef3f0 100644 --- a/scp2/source/math/file_math.scp +++ b/scp2/source/math/file_math.scp @@ -27,16 +27,6 @@ #include "macros.inc" -#ifndef WITHOUT_MATHMLDTD -File gid_File_Html_W3c_Ipr - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Dtd_Math_1_01; - Name = "w3c_ipr_software_notice.html"; -End - -#endif - STD_LIB_FILE( gid_File_Lib_Sm , sm) STD_LIB_FILE( gid_File_Lib_Smd , smd) diff --git a/scp2/source/math/module_math.scp b/scp2/source/math/module_math.scp index 960c3203ba6d..f222441103f2 100644 --- a/scp2/source/math/module_math.scp +++ b/scp2/source/math/module_math.scp @@ -42,7 +42,7 @@ Module gid_Module_Prg_Math_Bin Minimal = YES; Default = YES; Styles = (HIDDEN_ROOT); - Files = (gid_File_Html_W3c_Ipr,gid_File_Lib_Sm,gid_File_Lib_Smd,gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math, + Files = (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_Share_Registry_Math_Xcd, gid_File_Tmp_Userinstall_Math_Inf); End |