diff options
author | George Bateman <george.bateman16@gmail.com> | 2020-08-06 14:38:33 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-04 08:52:52 +0200 |
commit | 24491636d36a1d92a4bb9f3f1f1b2e65b81d8429 (patch) | |
tree | 2f2dc9c55aa021f7ab41c329e6eecb109a75b764 /cppcanvas/source/wrapper/implpolypolygon.hxx | |
parent | 269497fff04bb5bbe982a7bcd48ea06d1507fc6b (diff) |
tdf#124176 Use #pragma once in cppcanvas
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: I984bb1056da13d163f7fe654d780502a6d34231f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100253
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppcanvas/source/wrapper/implpolypolygon.hxx')
-rw-r--r-- | cppcanvas/source/wrapper/implpolypolygon.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cppcanvas/source/wrapper/implpolypolygon.hxx b/cppcanvas/source/wrapper/implpolypolygon.hxx index 7cf20feefd4c..341531fba74f 100644 --- a/cppcanvas/source/wrapper/implpolypolygon.hxx +++ b/cppcanvas/source/wrapper/implpolypolygon.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLPOLYPOLYGON_HXX -#define INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLPOLYPOLYGON_HXX +#pragma once #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/rendering/XPolyPolygon2D.hpp> @@ -73,6 +72,4 @@ namespace cppcanvas::internal } -#endif // INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLPOLYPOLYGON_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |