emfio/inc/wmfreader.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit ddb8a1a282aae74c1cee3a5e1f446abd0c00b116 Author: Harshita Nag <[email protected]> AuthorDate: Mon Oct 24 23:04:37 2022 +0530 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Tue Nov 8 20:30:47 2022 +0100 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 <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]> Tested-by: Jenkins 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: */
