summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-05-30 13:48:35 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2024-05-31 14:28:44 +0200
commitcc733542fecc2e63bc794559dfa6320d788e9254 (patch)
treef6e8587ab2be30a420a0e54dd6ad24bab63ef2b7
parent049dd8300b1b5f97612e18ec2ef893645a38b9fa (diff)
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 <m.weghorn@posteo.de>
-rw-r--r--shell/source/backends/kf5be/kf5access.hxx5
1 files changed, 1 insertions, 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 <sal/config.h>
@@ -36,6 +35,4 @@ namespace kf5access
css::beans::Optional<css::uno::Any> getValue(std::u16string_view id);
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */