summaryrefslogtreecommitdiff
path: root/starmath/inc/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/types.hxx')
-rw-r--r--starmath/inc/types.hxx11
1 files changed, 10 insertions, 1 deletions
diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx
index d3f30d50f20a..fbba0cc8b753 100644
--- a/starmath/inc/types.hxx
+++ b/starmath/inc/types.hxx
@@ -199,7 +199,16 @@ enum MathSymbol
MS_SETR = (sal_Unicode) 0x211D,
MS_SETC = (sal_Unicode) 0x2102,
- MS_PERCENT = (sal_Unicode) 0x0025
+ MS_PERCENT = (sal_Unicode) 0x0025,
+
+ MS_PRECEDES = (sal_Unicode) 0x227A,
+ MS_PRECEDESEQUAL= (sal_Unicode) 0x227C,
+ MS_PRECEDESEQUIV= (sal_Unicode) 0x227E,
+ MS_SUCCEEDS = (sal_Unicode) 0x227B,
+ MS_SUCCEEDSEQUAL= (sal_Unicode) 0x227D,
+ MS_SUCCEEDSEQUIV= (sal_Unicode) 0x227F,
+ MS_NOTPRECEDES = (sal_Unicode) 0x2280,
+ MS_NOTSUCCEEDS = (sal_Unicode) 0x2281,
};
#endif