diff options
Diffstat (limited to 'svgio/inc/svgtools.hxx')
-rw-r--r-- | svgio/inc/svgtools.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/svgio/inc/svgtools.hxx b/svgio/inc/svgtools.hxx index 9c2068b57184..550c33d88fac 100644 --- a/svgio/inc/svgtools.hxx +++ b/svgio/inc/svgtools.hxx @@ -17,9 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVGIO_INC_SVGTOOLS_HXX -#define INCLUDED_SVGIO_INC_SVGTOOLS_HXX - +#pragma once #include <basegfx/color/bcolor.hxx> #include <basegfx/range/b2drange.hxx> @@ -137,6 +135,4 @@ namespace svgio::svgreader } // end of namespace svgio::svgreader -#endif // INCLUDED_SVGIO_INC_SVGTOOLS_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |