[Libreoffice-commits] core.git: sw/source
Tolunay Dündar (via logerrit)
logerrit at kemper.freedesktop.org
Sat Nov 21 18:21:32 UTC 2020
sw/source/uibase/sidebar/TableEditPanel.hxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit d46a2a1373c231f3437a229e2160edf58971d8db
Author: Tolunay Dündar <dndr.dev at protonmail.com>
AuthorDate: Sat Nov 21 12:21:46 2020 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Nov 21 19:20:47 2020 +0100
tdf#124176: Use pragma once instead of include guards
Change-Id: I6afd5c5a8df4e1e88ebbd900ec87eb15b2fc506a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106307
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/uibase/sidebar/TableEditPanel.hxx b/sw/source/uibase/sidebar/TableEditPanel.hxx
index 7fd895700b69..113455060484 100644
--- a/sw/source/uibase/sidebar/TableEditPanel.hxx
+++ b/sw/source/uibase/sidebar/TableEditPanel.hxx
@@ -8,8 +8,7 @@
*
*/
-#ifndef INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_TABLEEDITPANEL_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_TABLEEDITPANEL_HXX
+#pragma once
#include <com/sun/star/frame/XFrame.hpp>
#include <sfx2/sidebar/PanelLayout.hxx>
@@ -86,6 +85,4 @@ private:
} // end of namespace sw::sidebar
-#endif // INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_TABLEEDITPANEL_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list