summaryrefslogtreecommitdiff
path: root/starmath/inc/types.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-09-17 20:36:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-09-17 20:38:27 +0200
commit02d811071cf65aefddac5c3c2a0759d3b673e9a7 (patch)
treed8004f7351b22e8cc577d22aae8835e5c475bd3c /starmath/inc/types.hxx
parentc62fc469aa0539929a5c7f9850fb9ee954fe7198 (diff)
fdo #37007 Add Math symbol "There does not exist".
Diffstat (limited to 'starmath/inc/types.hxx')
-rw-r--r--starmath/inc/types.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx
index 8353f6e10299..d3f30d50f20a 100644
--- a/starmath/inc/types.hxx
+++ b/starmath/inc/types.hxx
@@ -120,6 +120,7 @@ enum MathSymbol
MS_IN = (sal_Unicode) 0x2208,
MS_NOTIN = (sal_Unicode) 0x2209,
MS_EXISTS = (sal_Unicode) 0x2203,
+ MS_NOTEXISTS = (sal_Unicode) 0x2204,
MS_BACKEPSILON = (sal_Unicode) 0x220D,
MS_ALEPH = (sal_Unicode) 0x2135,
MS_IM = (sal_Unicode) 0x2111,