From cc733542fecc2e63bc794559dfa6320d788e9254 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Thu, 30 May 2024 13:48:35 +0200 Subject: [PATCH] tdf#143148 kf: Use pragma once in kf5access.hxx Change-Id: If2d8d2dc13088ba2b2972198b8386be55401871d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168273 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- shell/source/backends/kf5be/kf5access.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shell/source/backends/kf5be/kf5access.hxx b/shell/source/backends/kf5be/kf5access.hxx index 765d9c706d4e..bb4817c38cf5 100644 --- a/shell/source/backends/kf5be/kf5access.hxx +++ b/shell/source/backends/kf5be/kf5access.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SHELL_SOURCE_BACKENDS_KF5BE_KF5ACCESS_HXX -#define INCLUDED_SHELL_SOURCE_BACKENDS_KF5BE_KF5ACCESS_HXX +#pragma once #include @@ -36,6 +35,4 @@ namespace kf5access css::beans::Optional getValue(std::u16string_view id); } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */