summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porftn.hxx
diff options
context:
space:
mode:
authorMücahid Aydin <mucahidaydin047@gmail.com>2020-11-21 12:59:58 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-11-21 18:27:56 +0100
commit2292ad256f6b3167a0fdb99f4b28064c75616751 (patch)
tree5f9cbd0462a84ee85fc8df3cd0c9d1704299a0ea /sw/source/core/text/porftn.hxx
parent635a77ddc06ddbaaf6eba2d978d2187ddeaa80b9 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: I98697ff9c1da43ff53a2832da2579453c1c11533 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106312 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/text/porftn.hxx')
-rw-r--r--sw/source/core/text/porftn.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/core/text/porftn.hxx b/sw/source/core/text/porftn.hxx
index 181d77a642f3..758d76dfde74 100644
--- a/sw/source/core/text/porftn.hxx
+++ b/sw/source/core/text/porftn.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_SW_SOURCE_CORE_TEXT_PORFTN_HXX
-#define INCLUDED_SW_SOURCE_CORE_TEXT_PORFTN_HXX
+
+#pragma once
#include "porfld.hxx"
@@ -97,6 +97,4 @@ public:
virtual SwFieldPortion *Clone( const OUString &rExpand ) const override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */