vcl/inc/textlayout.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit c0aacb30b73405f6d0213fcb85b53b6d0f0854d7 Author: Chris Sherlock <chris.sherloc...@gmail.com> AuthorDate: Tue Oct 17 18:36:36 2023 +1100 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Sun Nov 19 02:19:59 2023 +0100 tdf#124176 vcl: Use pragma once instead of include guards in inc/textlayout.hxx Change-Id: Ie51fbc687002a6139dc98309cb7e1c39bb4de4a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158075 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/vcl/inc/textlayout.hxx b/vcl/inc/textlayout.hxx index b5402cc63177..53462d0cc1a2 100644 --- a/vcl/inc/textlayout.hxx +++ b/vcl/inc/textlayout.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_TEXTLAYOUT_HXX -#define INCLUDED_VCL_INC_TEXTLAYOUT_HXX +#pragma once #include <tools/long.hxx> #include <vcl/outdev.hxx> @@ -141,6 +140,4 @@ namespace vcl } // namespace vcl -#endif // INCLUDED_VCL_INC_TEXTLAYOUT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */