summaryrefslogtreecommitdiff
path: root/starmath/inc/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/utility.hxx')
-rw-r--r--starmath/inc/utility.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx
index f5ec5a4dedec..ee504017038a 100644
--- a/starmath/inc/utility.hxx
+++ b/starmath/inc/utility.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_STARMATH_INC_UTILITY_HXX
-#define INCLUDED_STARMATH_INC_UTILITY_HXX
+
+#pragma once
#include <sal/config.h>
@@ -142,6 +142,4 @@ public:
virtual void Insert(const vcl::Font &rFont) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */