summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2021-10-01 20:36:17 +1000
committerMike Kaganski <mike.kaganski@collabora.com>2021-10-05 18:12:51 +0200
commitcc81b6353ec1983b652d1c370ee80d77b5f8d1e8 (patch)
tree49d3f89a57d8db645f149debf28c9e22dfdef4c1
parentc817a5a4958c323eb189e1374072998b8b13ba8c (diff)
tdf#124176 vcl: Use pragma once instead of include guards
Change-Id: I0bd1384df1f022bcd03e586bd9e380e432a46313 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122909 Tested-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r--vcl/inc/font/PhysicalFontFace.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/font/PhysicalFontFace.hxx b/vcl/inc/font/PhysicalFontFace.hxx
index 0fa71de0af44..8e44b3bcfe97 100644
--- a/vcl/inc/font/PhysicalFontFace.hxx
+++ b/vcl/inc/font/PhysicalFontFace.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_INC_PHYSICALFONTFACE_HXX
-#define INCLUDED_VCL_INC_PHYSICALFONTFACE_HXX
+#pragma once
#include <sal/config.h>
@@ -85,7 +84,5 @@ protected:
}
-#endif // INCLUDED_VCL_INC_PHYSICALFONTFACE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */