diff options
author | Zeynep İnkaya <zeynsemn@gmail.com> | 2020-11-21 12:21:40 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-21 17:54:14 +0100 |
commit | 0ea2bda1610eda92d3101fc69a464a6f06b45523 (patch) | |
tree | e50a9eaf3748d3372371778989276f9d289a001c /sw/source | |
parent | 10a39f92fde3ae0a02b6a0a0cd97f07c59f5a30b (diff) |
tdf#124176: Use pragma once instead of include guards
Change-Id: Ibbb95a9b0f919ec7efe60e9cfb680570a36c3d59
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106308
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/uibase/sidebar/PageHeaderPanel.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/uibase/sidebar/PageHeaderPanel.hxx b/sw/source/uibase/sidebar/PageHeaderPanel.hxx index c7701f9e77eb..251ff3a474dc 100644 --- a/sw/source/uibase/sidebar/PageHeaderPanel.hxx +++ b/sw/source/uibase/sidebar/PageHeaderPanel.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_PAGEHEADERPANEL_HXX -#define INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_PAGEHEADERPANEL_HXX + +#pragma once #include <memory> #include <com/sun/star/frame/XFrame.hpp> @@ -105,6 +105,5 @@ private: } //end of namespace sw::sidebar -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |