| commit | de355293303ace942c6f18df57400e0f26b9af29 | [log] |
|---|---|---|
| author | Buse Orak <buseorak@hotmail.com> | Sat Feb 13 15:39:32 2021 +0000 |
| committer | Julien Nabet <serval2412@yahoo.fr> | Sun Feb 14 13:22:04 2021 +0100 |
| tree | 45bf5cb2818a24bf75b9c6a115faa2ae465ee5d9 | |
| parent | cfff893b9c82843a90aac4ecdb3a3936721b74a0 [diff] |
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 <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/sw/source/uibase/sidebar/PageFormatPanel.hxx b/sw/source/uibase/sidebar/PageFormatPanel.hxx index 7c2a505..a68004f 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 <com/sun/star/frame/XFrame.hpp> @@ -107,6 +107,4 @@ private: } //end of namespace sw::sidebar #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */