diff options
Diffstat (limited to 'include/vcl/vcllayout.hxx')
-rw-r--r-- | include/vcl/vcllayout.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/vcl/vcllayout.hxx b/include/vcl/vcllayout.hxx index 2546b5f72c09..7ca5d3f31c78 100644 --- a/include/vcl/vcllayout.hxx +++ b/include/vcl/vcllayout.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_VCLLAYOUT_HXX -#define INCLUDED_VCL_VCLLAYOUT_HXX +#pragma once #include <basegfx/polygon/b2dpolypolygon.hxx> #include <tools/gen.hxx> @@ -117,6 +116,4 @@ protected: Point maDrawBase; }; -#endif // INCLUDED_VCL_VCLLAYOUT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |