diff options
author | Johann Lorber <jlorber@linagora.com> | 2024-12-04 11:47:36 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-12-04 15:30:31 +0100 |
commit | 1ad425812aaa29d0f449a27350a86b90c18c626c (patch) | |
tree | 4966da02979b39c4fc10ad1c856eabd6486a63f8 /sw/inc | |
parent | 8fb31e76975124a12a070ec681bd410f05a18eed (diff) |
tdf#143148: Use pragma once instead of include guards
Change-Id: Iac334c822ab0699b5cc5122e5f2b1a2b9662f58e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177784
Reviewed-by: Skyler Grey <skyler.grey@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/edglbldc.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/edglbldc.hxx b/sw/inc/edglbldc.hxx index ede49d8e894e..e585fbe5cd49 100644 --- a/sw/inc/edglbldc.hxx +++ b/sw/inc/edglbldc.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_INC_EDGLBLDC_HXX -#define INCLUDED_SW_INC_EDGLBLDC_HXX +#pragma once #include <o3tl/sorted_vector.hxx> @@ -64,6 +63,4 @@ public: class SwGlblDocContents : public o3tl::sorted_vector<std::unique_ptr<SwGlblDocContent>, o3tl::less_ptr_to > {}; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |