[Libreoffice-commits] core.git: sw/source
Zeynep Ä°nkaya (via logerrit)
logerrit at kemper.freedesktop.org
Sat Nov 21 16:54:55 UTC 2020
sw/source/uibase/sidebar/PageHeaderPanel.hxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 0ea2bda1610eda92d3101fc69a464a6f06b45523
Author: Zeynep İnkaya <zeynsemn at gmail.com>
AuthorDate: Sat Nov 21 12:21:40 2020 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Nov 21 17:54:14 2020 +0100
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 at yahoo.fr>
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: */
More information about the Libreoffice-commits
mailing list