From 6031d34ec26b988853c4b317945b3b4256813cbc Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 9 Sep 2013 08:52:34 +0200 Subject: Math: OSL_FAIL -> SAL_WARN And some cleanup. Change-Id: I2e5239a6f7d0dca5855b80752deae6be27c21af6 --- starmath/source/mathtype.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/source/mathtype.cxx') diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx index 42f118dc8498..a95c87023bf9 100644 --- a/starmath/source/mathtype.cxx +++ b/starmath/source/mathtype.cxx @@ -1725,7 +1725,7 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector, *pS >> nTabType; *pS >> nTabOffset; } - OSL_FAIL("Not seen in the wild Equation Ruler Field"); + SAL_WARN("starmath", "Not seen in the wild Equation Ruler Field"); break; case FONT: { -- cgit