diff options
Diffstat (limited to 'cppcanvas/source/wrapper/implbitmapcanvas.hxx')
-rw-r--r-- | cppcanvas/source/wrapper/implbitmapcanvas.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cppcanvas/source/wrapper/implbitmapcanvas.hxx b/cppcanvas/source/wrapper/implbitmapcanvas.hxx index 17912a04efe9..62db8cc604da 100644 --- a/cppcanvas/source/wrapper/implbitmapcanvas.hxx +++ b/cppcanvas/source/wrapper/implbitmapcanvas.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLBITMAPCANVAS_HXX -#define INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLBITMAPCANVAS_HXX +#pragma once #include <com/sun/star/rendering/XBitmapCanvas.hpp> #include <com/sun/star/rendering/XBitmap.hpp> @@ -51,6 +50,4 @@ namespace cppcanvas::internal }; } -#endif // INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLBITMAPCANVAS_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |