From de355293303ace942c6f18df57400e0f26b9af29 Mon Sep 17 00:00:00 2001 From: Buse Orak Date: Sat, 13 Feb 2021 15:39:32 +0000 Subject: tdf#124176: Use pragma once instead of include guards Change-Id: I59db23da3305d68567e09d6d7f23ca762bc75ff5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110843 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- sw/source/uibase/sidebar/PageFormatPanel.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sw/source/uibase/sidebar') diff --git a/sw/source/uibase/sidebar/PageFormatPanel.hxx b/sw/source/uibase/sidebar/PageFormatPanel.hxx index 7c2a505618c8..a68004f8a347 100644 --- a/sw/source/uibase/sidebar/PageFormatPanel.hxx +++ b/sw/source/uibase/sidebar/PageFormatPanel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_PAGEFORMATPANEL_HXX -#define INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_PAGEFORMATPANEL_HXX + +#pragma once #include @@ -107,6 +107,4 @@ private: } //end of namespace sw::sidebar -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3