tdf#124176 - Use pragma once instead of include guards
I have a patch queued to be able to create a FontMetric from
a PhysicalFontFace. Submitting this patch so I can hopefully one day
land this patch.
Change-Id: I69b980d76f3e104a1784e2bd630a710deb33f8f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122171
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
diff --git a/include/vcl/metric.hxx b/include/vcl/metric.hxx
index 5af0629..1c0fcd7 100644
--- a/include/vcl/metric.hxx
+++ b/include/vcl/metric.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_VCL_METRIC_HXX
#define INCLUDED_VCL_METRIC_HXX
#pragma once
#include <tools/ref.hxx>
#include <tools/gen.hxx>
@@ -94,6 +93,4 @@
return stream;
}
#endif // INCLUDED_VCL_METRIC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */