summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2021-09-17 14:54:33 +1000
committerMike Kaganski <mike.kaganski@collabora.com>2021-09-20 16:56:54 +0200
commit88b72d85ef82a5a6ca019ef9b88f5389db067c83 (patch)
tree6250617a894d1a1eb92d115bc4230d42ddc27d62 /include
parent8e2fb3b88a5ee00cb70fa7f8440b8f0b98ae4bc8 (diff)
tdf#124176 - Use pragma once instead of include guards
This patch is created in preparation of a patch I have queued to test and move PhysicalFontFace to vcl::font namespace. Change-Id: I805a8bd1fa881fc4bc6d2f26f1051b9247587701 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122226 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/vcllayout.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/vcl/vcllayout.hxx b/include/vcl/vcllayout.hxx
index 2546b5f72c09..7ca5d3f31c78 100644
--- a/include/vcl/vcllayout.hxx
+++ b/include/vcl/vcllayout.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_VCLLAYOUT_HXX
-#define INCLUDED_VCL_VCLLAYOUT_HXX
+#pragma once
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <tools/gen.hxx>
@@ -117,6 +116,4 @@ protected:
Point maDrawBase;
};
-#endif // INCLUDED_VCL_VCLLAYOUT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */