From 663e26f24f1fa1abadc37838983bebd7407d65f8 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 25 Sep 2016 19:56:52 +0900 Subject: tdf#53472, tdf#102268: Reimplement "intd" This reverts its original implementation introduced with 93e6291c29d547c0c29c6e43b2ca4b36a3e8506f partially, and improves the patch proposed at 746633bd0315939fd5e0b50c90692d356d2ed678 (but reverted at e265ea36df02310881e959a031b74578b323bfa5). Change-Id: If0aa5b985cac45a1cd9ea87bae293243af9d12b2 Reviewed-on: https://gerrit.libreoffice.org/29271 Tested-by: Jenkins Reviewed-by: Khaled Hosny --- starmath/source/mathtype.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/source/mathtype.hxx') diff --git a/starmath/source/mathtype.hxx b/starmath/source/mathtype.hxx index 8e25570383ec..6bf40f828724 100644 --- a/starmath/source/mathtype.hxx +++ b/starmath/source/mathtype.hxx @@ -188,7 +188,7 @@ private: tmANGLE,tmPAREN,tmBRACE,tmBRACK,tmBAR,tmDBAR,tmFLOOR,tmCEILING, tmLBLB,tmRBRB,tmRBLB,tmLBRP,tmLPRB,tmROOT,tmFRACT,tmSCRIPT,tmUBAR, tmOBAR,tmLARROW,tmRARROW,tmBARROW,tmSINT,tmDINT,tmTINT,tmSSINT, - tmDSINT,tmTSINT,tmUHBRACE,tmLHBRACE,tmSUM,tmTINTD + tmDSINT,tmTSINT,tmUHBRACE,tmLHBRACE,tmSUM }; public: static bool LookupChar(sal_Unicode nChar,OUString &rRet, -- cgit