summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porrst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porrst.hxx')
-rw-r--r--sw/source/core/text/porrst.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/core/text/porrst.hxx b/sw/source/core/text/porrst.hxx
index e78312be1764..c92c50db3faa 100644
--- a/sw/source/core/text/porrst.hxx
+++ b/sw/source/core/text/porrst.hxx
@@ -16,8 +16,7 @@
* 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_PORRST_HXX
-#define INCLUDED_SW_SOURCE_CORE_TEXT_PORRST_HXX
+#pragma once
#include <tools/gen.hxx>
@@ -183,6 +182,4 @@ public:
virtual SwLinePortion * Compress() override { return this; }
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */