summaryrefslogtreecommitdiff
path: root/include/sfx2/opengrf.hxx
diff options
context:
space:
mode:
authorKeldin Maldonado (KNM) <kemaldonado@csumb.edu>2024-01-28 21:12:54 -0800
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-01-29 10:30:01 +0100
commit405e3f8815d9117d3f6d93ac4d0031e308a284f0 (patch)
tree9e2b84faface3940ea83120112d0dfdaa3c24436 /include/sfx2/opengrf.hxx
parent593124f6ef384ce1a1cbc27dd7a43ffa42a50587 (diff)
tdf#143148 use pragma once instead of include guards
Change-Id: I42c39d991d243191f410ebb8f91940d5922a6fc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162678 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'include/sfx2/opengrf.hxx')
-rw-r--r--include/sfx2/opengrf.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/sfx2/opengrf.hxx b/include/sfx2/opengrf.hxx
index c23e10989bb0..4546fbabc726 100644
--- a/include/sfx2/opengrf.hxx
+++ b/include/sfx2/opengrf.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_SFX2_OPENGRF_HXX
-#define INCLUDED_SFX2_OPENGRF_HXX
+#pragma once
#include <memory>
#include <sfx2/dllapi.h>
@@ -67,6 +66,4 @@ private:
const std::unique_ptr< SvxOpenGrf_Impl > mpImpl;
};
-#endif // _SVX_OPENGRF_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */