include/framework/interaction.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 053f470316b89b6fcea1fac69e6bffd4f65f91ee Author: PoonamShokeen <poonamshoke...@gmail.com> AuthorDate: Wed Jul 20 22:25:14 2022 -0500 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Fri Jul 22 19:53:13 2022 +0200 tdf#143148 Use pragma once instead of include guards Change-Id: I7061e0985c51910ba6a8b862cd755b8b4f7016bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137279 Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/include/framework/interaction.hxx b/include/framework/interaction.hxx old mode 100644 new mode 100755 index 4700d19200c9..33647e241b89 --- a/include/framework/interaction.hxx +++ b/include/framework/interaction.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_FRAMEWORK_INTERACTION_HXX -#define INCLUDED_FRAMEWORK_INTERACTION_HXX +#pragma once #include <config_options.h> #include <rtl/ref.hxx> @@ -100,6 +99,4 @@ public: } // namespace framework -#endif // #define INCLUDED_FRAMEWORK_INTERACTION_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */