summaryrefslogtreecommitdiffstats
path: root/starmath/source/mathtype.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2001-12-06 13:22:31 +0000
committerCaolán McNamara <cmc@openoffice.org>2001-12-06 13:22:31 +0000
commit39a47065045446f1502809527b719a71fd228349 (patch)
tree65b592f4cfd70aace2e7505ff49ee99d7d6aa07c /starmath/source/mathtype.cxx
parentChg: Vertical - Formatting : Wrong assertion (diff)
downloadcore-39a47065045446f1502809527b719a71fd228349.tar.gz
core-39a47065045446f1502809527b719a71fd228349.zip
#95658# kingsoft mathml to text fixes
Diffstat (limited to 'starmath/source/mathtype.cxx')
-rw-r--r--starmath/source/mathtype.cxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index c5231f014949..14485ce6a0bd 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mathtype.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: cmc $ $Date: 2001-10-31 16:39:48 $
+ * last change: $Author: cmc $ $Date: 2001-12-06 14:22:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -551,6 +551,9 @@ sal_Bool MathType::LookupChar(sal_Unicode nChar,String &rRet,sal_uInt8 nVersion,
case 0x222b:
pC = " int ";
break;
+ case 0x222c:
+ pC = " iint ";
+ break;
case 0x2245:
pC = " simeq ";
break;
@@ -635,6 +638,15 @@ sal_Bool MathType::LookupChar(sal_Unicode nChar,String &rRet,sal_uInt8 nVersion,
rRet.Append('+');
bRet=TRUE;
break;
+ case 0xe091:
+ pC = " widehat ";
+ break;
+ case 0xe096:
+ pC = " widetilde ";
+ break;
+ case 0xe098:
+ pC = " widevec ";
+ break;
case 0xE421:
pC = " geslant ";
break;