summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoonamShokeen <poonamshokeen7@gmail.com>2022-07-20 22:25:14 -0500
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-07-22 19:53:13 +0200
commit053f470316b89b6fcea1fac69e6bffd4f65f91ee (patch)
tree54c3e3ce9a37dbdd097833d8f21f157d6b095a1c
parent8a97da679bbccf81e73dc5d2e864b5f40adfc0eb (diff)
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.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rwxr-xr-x[-rw-r--r--]include/framework/interaction.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/framework/interaction.hxx b/include/framework/interaction.hxx
index 4700d19200c9..33647e241b89 100644..100755
--- 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: */