summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/text/itrpaint.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/core/text/itrpaint.hxx b/sw/source/core/text/itrpaint.hxx
index aa8807af1b0c..2256c392896a 100644
--- a/sw/source/core/text/itrpaint.hxx
+++ b/sw/source/core/text/itrpaint.hxx
@@ -16,8 +16,9 @@
* 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_SW_SOURCE_CORE_TEXT_ITRPAINT_HXX
-#define INCLUDED_SW_SOURCE_CORE_TEXT_ITRPAINT_HXX
+
+#pragma once
+
#include "itrtxt.hxx"
class SwSaveClip; // SwTextPainter
@@ -61,6 +62,4 @@ public:
bool IsUnderlineBreak( const SwLinePortion& rPor, const SwFont& rFnt );
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */