summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porrst.hxx
diff options
context:
space:
mode:
authorPanos <panos1029@gmail.com>2021-03-23 11:32:52 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-03-23 15:12:52 +0100
commit9c6da8a14ae571e4ca063e9951c00d3fa2c0b14d (patch)
tree317bfc9dfac0a0f6e25e2d1fa7012c06066bf098 /sw/source/core/text/porrst.hxx
parent14de0fdeb7f84097650d0616bc850f5391642fe6 (diff)
tdf#124176 replace include guards with pragma once
Change-Id: Iac0caac45130fd7da21ed9e7869abbd288931747 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112975 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
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: */