summaryrefslogtreecommitdiff
path: root/starmath/inc/types.hxx
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-02-28 11:25:21 +0100
committerRoman Kuznetsov <antilibreoffice@gmail.com>2021-03-01 12:43:08 +0100
commit1a9dd0084d2c6057eca57cf069c77a7bad4d9724 (patch)
tree02e07f5d1755820b2e1d83855ca66cfc71742e33 /starmath/inc/types.hxx
parent11083d1fcfc2dde543c6daddea51b554d032392c (diff)
tdf#124176 on starmath
Change-Id: I816a12d5f47dd258fb01f14b901328d3e3d68e28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111690 Tested-by: Jenkins Reviewed-by: Roman Kuznetsov <antilibreoffice@gmail.com>
Diffstat (limited to 'starmath/inc/types.hxx')
-rw-r--r--starmath/inc/types.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx
index c3313a8a1d9d..b0bd00dad939 100644
--- a/starmath/inc/types.hxx
+++ b/starmath/inc/types.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_STARMATH_INC_TYPES_HXX
-#define INCLUDED_STARMATH_INC_TYPES_HXX
+#pragma once
#include <sal/types.h>
#define FONTNAME_MATH "OpenSymbol"
@@ -204,6 +203,4 @@ sal_Unicode const MS_SUCCEEDSEQUIV = 0x227F;
sal_Unicode const MS_NOTPRECEDES = 0x2280;
sal_Unicode const MS_NOTSUCCEEDS = 0x2281;
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */