summaryrefslogtreecommitdiff
path: root/starmath/source/tmpdevice.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/tmpdevice.hxx')
-rw-r--r--starmath/source/tmpdevice.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/source/tmpdevice.hxx b/starmath/source/tmpdevice.hxx
index 8fa3557cd89d..9c15fe035793 100644
--- a/starmath/source/tmpdevice.hxx
+++ b/starmath/source/tmpdevice.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_STARMATH_SOURCE_TMPDEVICE_HXX
-#define INCLUDED_STARMATH_SOURCE_TMPDEVICE_HXX
+#pragma once
#include <tools/color.hxx>
#include <vcl/outdev.hxx>
@@ -44,6 +43,4 @@ public:
operator OutputDevice&() { return rOutDev; }
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */