include/sfx2/AccessibilityCheck.hxx | 5 +---- include/sfx2/AccessibilityIssue.hxx | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-)
New commits: commit 122ebe3ac77056ef381981d641ea5d03b2a62001 Author: Tushar Jham <[email protected]> AuthorDate: Mon Feb 21 22:17:37 2022 +0530 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Tue Feb 22 08:26:52 2022 +0100 tdf#143148 Use pragma once instead of include guards Change-Id: If049cbcfc9b9a485c3be67e6111440662296b468 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130293 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/include/sfx2/AccessibilityCheck.hxx b/include/sfx2/AccessibilityCheck.hxx index 959601c9872e..4c90ad31dfda 100644 --- a/include/sfx2/AccessibilityCheck.hxx +++ b/include/sfx2/AccessibilityCheck.hxx @@ -8,8 +8,7 @@ * */ -#ifndef INCLUDED_SFX2_ACCESSIBILITYCHECKDIALOG_HXX -#define INCLUDED_SFX2_ACCESSIBILITYCHECKDIALOG_HXX +#pragma once #include <sfx2/dllapi.h> #include <sfx2/AccessibilityIssue.hxx> @@ -32,6 +31,4 @@ public: } // end sfx namespace -#endif // INCLUDED_SFX2_ACCESSIBILITYCHECKDIALOG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sfx2/AccessibilityIssue.hxx b/include/sfx2/AccessibilityIssue.hxx index 32522ff63f47..4cc9a72e7c19 100644 --- a/include/sfx2/AccessibilityIssue.hxx +++ b/include/sfx2/AccessibilityIssue.hxx @@ -8,8 +8,7 @@ * */ -#ifndef INCLUDED_SFX2_ACCESSIBILITYISSUE_HXX -#define INCLUDED_SFX2_ACCESSIBILITYISSUE_HXX +#pragma once #include <sfx2/dllapi.h> #include <rtl/ustring.hxx> @@ -57,6 +56,4 @@ public: } // end sfx namespace -#endif // INCLUDED_SFX2_ACCESSIBILITYISSUE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
