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.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx
index 2ad899f37cc7..818b114f2de6 100644
--- a/starmath/inc/types.hxx
+++ b/starmath/inc/types.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -24,6 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+
#ifndef TYPES_HXX
#define TYPES_HXX
@@ -196,9 +198,11 @@ enum MathSymbol
MS_SETZ = (sal_Unicode) 0x2124,
MS_SETQ = (sal_Unicode) 0x211A,
MS_SETR = (sal_Unicode) 0x211D,
- MS_SETC = (sal_Unicode) 0x2102
-};
+ MS_SETC = (sal_Unicode) 0x2102,
+ MS_PERCENT = (sal_Unicode) 0x0025
+};
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */