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>
This commit is contained in:
Michael Weghorn 2024-05-30 13:48:35 +02:00
parent 049dd8300b
commit cc733542fe

View file

@ -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: */