From 88b72d85ef82a5a6ca019ef9b88f5389db067c83 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Fri, 17 Sep 2021 14:54:33 +1000 Subject: 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 --- vcl/inc/impfontcache.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'vcl/inc/impfontcache.hxx') diff --git a/vcl/inc/impfontcache.hxx b/vcl/inc/impfontcache.hxx index 09aa33ca906b..ab6ae3af5c04 100644 --- a/vcl/inc/impfontcache.hxx +++ b/vcl/inc/impfontcache.hxx @@ -17,9 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_IMPFONTCACHE_HXX -#define INCLUDED_VCL_INC_IMPFONTCACHE_HXX - +#pragma once #include #include @@ -92,6 +90,4 @@ public: void Invalidate(); }; -#endif // INCLUDED_VCL_INC_IMPFONTCACHE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit otropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
200ddc51254f8db225
AgeCommit message (Expand)Author
2019-06-06KJ & elementary: +/^ svx dir, elementary: ^ bezier & mimerizmut
2018-09-24Remove accidental addition of executable bit under icon-themes/*Adolfo Jayme Barrientos
2018-09-24elementary: improve many icons, add more 32 pxRizal Muttaqin
2017-12-11Elementary-icons 1.0 beta releaseandreas kainz
2015-12-028 bit palettes are on the slow path for quartz/svp/gtk3Caolán McNamara
2015-10-05move elementary bitmaps in placeBjoern Michaelsen