summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2002-09-20 11:05:19 +0000
committerCaolán McNamara <cmc@openoffice.org>2002-09-20 11:05:19 +0000
commit4dde6906c3b1d3687820aa84c9548462ceae71a6 (patch)
treedba6676dcec07086e5c9b0ac8b8ad174af7ae567 /starmath
parent994ff8b815ca3a9db7d87d41300d9562b9f753f1 (diff)
#103419# new mathtype ver 2 symbol+font mapping to unicode
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathtype.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index a6d29d8bebb0..cca01e97ad23 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mathtype.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: cmc $ $Date: 2002-07-16 10:49:43 $
+ * last change: $Author: cmc $ $Date: 2002-09-20 12:05:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -373,6 +373,12 @@ sal_Bool MathType::LookupChar(sal_Unicode nChar,String &rRet,sal_uInt8 nVersion,
rRet.Append(nChar);
bRet=TRUE;
break;
+ case 0xa9:
+ if ((nVersion < 3) && (nTypeFace == 0x82))
+ nChar = '\'';
+ rRet.Append(nChar);
+ bRet=TRUE;
+ break;
case 0x00f1:
if ((nVersion < 3) && (nTypeFace == 0x86))
pC = " \\rangle ";