summaryrefslogtreecommitdiff
path: root/starmath/inc/token.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/token.hxx')
-rw-r--r--starmath/inc/token.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/inc/token.hxx b/starmath/inc/token.hxx
index ffb3acadf499..ef405a45c2b4 100644
--- a/starmath/inc/token.hxx
+++ b/starmath/inc/token.hxx
@@ -26,8 +26,7 @@
* Location of the token in the starmath code.
*/
-#ifndef INCLUDED_STARMATH_INC_TOKEN_HXX
-#define INCLUDED_STARMATH_INC_TOKEN_HXX
+#pragma once
#include "types.hxx"
#include <rtl/ustring.hxx>
@@ -309,6 +308,4 @@ struct SmToken
void setChar(sal_Unicode cChar) { cMathChar = OUString(&cChar, 1); }
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */