summaryrefslogtreecommitdiff
path: root/include/basegfx/utils/rectcliptools.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-05-11 22:23:48 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-05-12 10:12:58 +0200
commitba88ebb641ce28553b34bab38fe0cc50bcc96ae9 (patch)
treeea9ca0c76b9578c1df881402a5f83f6bc972993d /include/basegfx/utils/rectcliptools.hxx
parent41a17aa0499155c5478a921265681bd923829cbb (diff)
use pragma once in include/basegfx headers
Change-Id: Ief442ff36927b9b14d76d72b25a6cec3d481fb2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94033 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/basegfx/utils/rectcliptools.hxx')
-rw-r--r--include/basegfx/utils/rectcliptools.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/basegfx/utils/rectcliptools.hxx b/include/basegfx/utils/rectcliptools.hxx
index f3e4b6b19a62..a187645f541d 100644
--- a/include/basegfx/utils/rectcliptools.hxx
+++ b/include/basegfx/utils/rectcliptools.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASEGFX_UTILS_RECTCLIPTOOLS_HXX
-#define INCLUDED_BASEGFX_UTILS_RECTCLIPTOOLS_HXX
+#pragma once
#include <sal/types.h>
#include <basegfx/range/b2ibox.hxx>
@@ -74,6 +73,4 @@ namespace basegfx
}
}
-#endif // INCLUDED_BASEGFX_UTILS_RECTCLIPTOOLS_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */