diff options
author | George Bateman <george.bateman16@gmail.com> | 2020-08-04 21:36:11 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-04 08:55:42 +0200 |
commit | df9ff47f984bfb8ce265cb73ec10a3dd5837bd10 (patch) | |
tree | 3add658814387dfeebf529df5f730de4b8904bbc /canvas/source/vcl/devicehelper.hxx | |
parent | 24491636d36a1d92a4bb9f3f1f1b2e65b81d8429 (diff) |
tdf#124176 Use #pragma once in canvas
This commit was carried out by a Python script, source of which
is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97.
Change-Id: Icd712adf20fa2dbaaea2fc33a0fd870c8595b7e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100147
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'canvas/source/vcl/devicehelper.hxx')
-rw-r--r-- | canvas/source/vcl/devicehelper.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/canvas/source/vcl/devicehelper.hxx b/canvas/source/vcl/devicehelper.hxx index bcb08119752f..f8ff12aedc45 100644 --- a/canvas/source/vcl/devicehelper.hxx +++ b/canvas/source/vcl/devicehelper.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CANVAS_SOURCE_VCL_DEVICEHELPER_HXX -#define INCLUDED_CANVAS_SOURCE_VCL_DEVICEHELPER_HXX +#pragma once #include <com/sun/star/rendering/XGraphicDevice.hpp> @@ -84,6 +83,4 @@ namespace vclcanvas }; } -#endif // INCLUDED_CANVAS_SOURCE_VCL_DEVICEHELPER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |