diff options
author | Frédéric Wang <fred.wang@free.fr> | 2013-07-01 21:14:53 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-07-02 07:40:30 +0000 |
commit | be4837c9da190b4450a7f8a46ee5b9808e5dd941 (patch) | |
tree | 2ab6906c01d10197e43ff5600039be1867f27fe9 /starmath/inc | |
parent | fbc9c18875d1e86c9b3d7d5c13e1db13af23e3f0 (diff) |
fdo#66416 - Use appropriate unicode characters for math "Brackets"
Change-Id: I43d74c92f0de65f9456f5cd8ae150466b6a43717
Reviewed-on: https://gerrit.libreoffice.org/4661
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.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx index de027b6fd17c..7ef060e547fe 100644 --- a/starmath/inc/types.hxx +++ b/starmath/inc/types.hxx @@ -112,7 +112,9 @@ enum MathSymbol MS_WP = (sal_Unicode) 0x2118, MS_LINE = (sal_Unicode) 0x2223, + MS_VERTLINE = (sal_Unicode) 0x007C, MS_DLINE = (sal_Unicode) 0x2225, + MS_DVERTLINE = (sal_Unicode) 0x2016, MS_ORTHO = (sal_Unicode) 0x22A5, MS_DOTSLOW = (sal_Unicode) 0x2026, MS_DOTSAXIS = (sal_Unicode) 0x22EF, @@ -176,6 +178,8 @@ enum MathSymbol MS_RANGLE = (sal_Unicode) 0x232A, MS_LDBRACKET = (sal_Unicode) 0x27E6, MS_RDBRACKET = (sal_Unicode) 0x27E7, + MS_LMATHANGLE = (sal_Unicode) 0x27E8, + MS_RMATHANGLE = (sal_Unicode) 0x27E9, MS_PLACE = (sal_Unicode) 0x2751, |