diff options
author | Harshita Nag <nagharshita16@gmail.com> | 2022-10-24 23:04:37 +0530 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-11-08 20:30:47 +0100 |
commit | ddb8a1a282aae74c1cee3a5e1f446abd0c00b116 (patch) | |
tree | 314e7fd0f948caf23a84bd2f5ce63dc025b72ea0 /emfio | |
parent | 0c79a2df8bf3e07933e9dd399bd88e0f0428dee3 (diff) |
tdf#143148 Use pragma once instead of include guards
Change-Id: I8a91edb86edd76b70648507f12b18d9e923ab16e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141774
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/inc/wmfreader.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emfio/inc/wmfreader.hxx b/emfio/inc/wmfreader.hxx index 5c6979550ef4..a6d6a05bd9a7 100644 --- a/emfio/inc/wmfreader.hxx +++ b/emfio/inc/wmfreader.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EMFIO_INC_WMFREADER_HXX -#define INCLUDED_EMFIO_INC_WMFREADER_HXX +#pragma once #include "mtftools.hxx" #include <tools/stream.hxx> @@ -77,6 +76,4 @@ namespace emfio }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |