diff options
-rw-r--r-- | vcl/source/bitmap/impvect.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/source/bitmap/impvect.hxx b/vcl/source/bitmap/impvect.hxx index 41f0884e9626..257d1b5e5a87 100644 --- a/vcl/source/bitmap/impvect.hxx +++ b/vcl/source/bitmap/impvect.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_SOURCE_GDI_IMPVECT_HXX -#define INCLUDED_VCL_SOURCE_GDI_IMPVECT_HXX +#pragma once #include <vcl/gdimtf.hxx> @@ -30,6 +29,4 @@ namespace ImplVectorizer sal_uInt8 cReduce, const Link<tools::Long,void>* pProgress ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |