[Libreoffice-commits] core.git: sw/source

Tolunay Dündar (via logerrit) logerrit at kemper.freedesktop.org
Sun Nov 22 08:05:00 UTC 2020


 sw/source/uibase/sidebar/ThemePanel.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 72bd82016efe7b097736d94af5046a0e55d3c2ac
Author:     Tolunay Dündar <dndr.dev at protonmail.com>
AuthorDate: Sat Nov 21 18:28:07 2020 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Nov 22 09:04:24 2020 +0100

    tdf#124176: Use pragma once instead of include guards
    
    Change-Id: Iecc46d37ff7c79543f7bbd2111e2effdb3f71c90
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106324
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/uibase/sidebar/ThemePanel.hxx b/sw/source/uibase/sidebar/ThemePanel.hxx
index a050f2d4c9ed..b2b1c503790f 100644
--- a/sw/source/uibase/sidebar/ThemePanel.hxx
+++ b/sw/source/uibase/sidebar/ThemePanel.hxx
@@ -8,8 +8,7 @@
  *
  */
 
-#ifndef INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_THEMEPANEL_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_THEMEPANEL_HXX
+#pragma once
 
 #include <com/sun/star/frame/XFrame.hpp>
 #include <sfx2/sidebar/PanelLayout.hxx>
@@ -58,6 +57,4 @@ private:
 
 } // end of namespace sw::sidebar
 
-#endif // INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_THEMEPANEL_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list