summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorTolunay Dündar <dndr.dev@protonmail.com>2020-11-21 12:21:46 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-11-21 19:20:47 +0100
commitd46a2a1373c231f3437a229e2160edf58971d8db (patch)
tree5c101ec9312860c265312f0f5edea5220b60d669 /sw/source/uibase
parent9eb7962a718fae662a8cb26382031f1c10c64597 (diff)
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@yahoo.fr>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/sidebar/TableEditPanel.hxx5
1 files changed, 1 insertions, 4 deletions
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: */