vcl/inc/font/PhysicalFontFace.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit cc81b6353ec1983b652d1c370ee80d77b5f8d1e8 Author: Chris Sherlock <chris.sherloc...@gmail.com> AuthorDate: Fri Oct 1 20:36:17 2021 +1000 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Tue Oct 5 18:12:51 2021 +0200 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.kagan...@collabora.com> Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> 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: */