From 305502d014e6ac7bde45e48de615bd9c77b0e573 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Thu, 13 Feb 2003 13:22:00 +0000 Subject: [PATCH] * assertion too strict removed --- helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc b/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc index 027aebcdf..711ed2aee 100644 --- a/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc +++ b/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc @@ -28,7 +28,6 @@ CMathMLFactoryXSLT::documentModified(TDocument& doc) DOM::Element root = res.get_documentElement(); assert(root); - assert(root.hasAttribute("xref")); if (result.get_documentElement().hasAttribute("xref")) { -- 2.39.2