summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/polypolyaction.hxx
diff options
context:
space:
mode:
authorcagatay <cagatayyigit3@gmail.com>2019-12-28 20:05:50 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2019-12-29 18:41:24 +0100
commitf1656f7db9c0e00b1c9907d382a3e5e4cbdc5edd (patch)
tree2f945c74b2c4ad65324fb1e4019daef0be367970 /cppcanvas/source/mtfrenderer/polypolyaction.hxx
parentcdf28dae8659b9ae5938d4710db49b8d81439c6f (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: If73053c1fa0f65ff7296bf8f5a34d6ead64167ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85928 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'cppcanvas/source/mtfrenderer/polypolyaction.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/polypolyaction.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppcanvas/source/mtfrenderer/polypolyaction.hxx b/cppcanvas/source/mtfrenderer/polypolyaction.hxx
index 9ef7fb2bba38..97362ead0523 100644
--- a/cppcanvas/source/mtfrenderer/polypolyaction.hxx
+++ b/cppcanvas/source/mtfrenderer/polypolyaction.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CPPCANVAS_SOURCE_MTFRENDERER_POLYPOLYACTION_HXX
-#define INCLUDED_CPPCANVAS_SOURCE_MTFRENDERER_POLYPOLYACTION_HXX
+#pragma once
#include <action.hxx>
#include <cppcanvas/canvas.hxx>
@@ -82,6 +81,4 @@ namespace cppcanvas
}
}
-#endif // INCLUDED_CPPCANVAS_SOURCE_MTFRENDERER_POLYPOLYACTION_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */