diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-05-11 22:23:48 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-05-12 10:12:58 +0200 |
commit | ba88ebb641ce28553b34bab38fe0cc50bcc96ae9 (patch) | |
tree | ea9ca0c76b9578c1df881402a5f83f6bc972993d /include/basegfx/raster | |
parent | 41a17aa0499155c5478a921265681bd923829cbb (diff) |
use pragma once in include/basegfx headers
Change-Id: Ief442ff36927b9b14d76d72b25a6cec3d481fb2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94033
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/basegfx/raster')
-rw-r--r-- | include/basegfx/raster/bzpixelraster.hxx | 5 | ||||
-rw-r--r-- | include/basegfx/raster/rasterconvert3d.hxx | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/include/basegfx/raster/bzpixelraster.hxx b/include/basegfx/raster/bzpixelraster.hxx index fc6511c2160a..d1b166fb0361 100644 --- a/include/basegfx/raster/bzpixelraster.hxx +++ b/include/basegfx/raster/bzpixelraster.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASEGFX_RASTER_BZPIXELRASTER_HXX -#define INCLUDED_BASEGFX_RASTER_BZPIXELRASTER_HXX +#pragma once #include <basegfx/pixel/bpixel.hxx> #include <sal/types.h> @@ -88,6 +87,4 @@ namespace basegfx }; } // end of namespace basegfx -#endif // INCLUDED_BASEGFX_RASTER_BZPIXELRASTER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/basegfx/raster/rasterconvert3d.hxx b/include/basegfx/raster/rasterconvert3d.hxx index acffe04471cb..9179f175d696 100644 --- a/include/basegfx/raster/rasterconvert3d.hxx +++ b/include/basegfx/raster/rasterconvert3d.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASEGFX_RASTER_RASTERCONVERT3D_HXX -#define INCLUDED_BASEGFX_RASTER_RASTERCONVERT3D_HXX +#pragma once #include <config_options.h> #include <sal/types.h> @@ -442,6 +441,4 @@ namespace basegfx }; } // end of namespace basegfx -#endif // INCLUDED_BASEGFX_RASTER_RASTERCONVERT3D_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |