diff options
-rw-r--r-- | shell/source/backends/kf5be/kf5access.hxx | 5 |
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: */ |