summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorFrédéric Wang <fred.wang@free.fr>2013-06-22 20:03:59 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-06-28 09:45:59 +0000
commit6231979ce1b89ce36e0a68139c96c5c1c1e704bb (patch)
tree40c2e83c44c028dec1d71acb8413b929682f7df8 /starmath/inc
parent74c5ed19f430327988194cdcd6bdff09591a93fa (diff)
fdo#66024 - Formula Editor: make wide accents stretchy when exported to MathML
Change-Id: Ifd0adc51d79e0673661b5646d27f657768ea5b20 Reviewed-on: https://gerrit.libreoffice.org/4450 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/types.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx
index ca2bea9d4592..530736ba6b62 100644
--- a/starmath/inc/types.hxx
+++ b/starmath/inc/types.hxx
@@ -139,8 +139,10 @@ enum MathSymbol
MS_GRAVE = (sal_Unicode) 0x0300,
MS_ACUTE = (sal_Unicode) 0x0301,
- MS_HAT = (sal_Unicode) 0x0302,
- MS_TILDE = (sal_Unicode) 0x0303,
+ MS_HAT = (sal_Unicode) 0x005E,
+ MS_COMBHAT = (sal_Unicode) 0x0302,
+ MS_TILDE = (sal_Unicode) 0x007E,
+ MS_COMBTILDE = (sal_Unicode) 0x0303,
MS_BAR = (sal_Unicode) 0x0304,
MS_BREVE = (sal_Unicode) 0x0306,
MS_CIRCLE = (sal_Unicode) 0x030A,