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

Gül Toksöz (via logerrit) logerrit at kemper.freedesktop.org
Sat Nov 21 17:21:52 UTC 2020


 sw/source/uibase/uno/unomodule.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit d9929c86bcbd2b3a3abd1579dc87e9a4cf0087c8
Author:     Gül Toksöz <meryemgltksz at gmail.com>
AuthorDate: Sat Nov 21 12:22:09 2020 +0000
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Sat Nov 21 18:21:10 2020 +0100

    tdf#124176: Use pragma once instead of include guards
    
    Change-Id: Ic20cba0096e03a0afe6336676a56639ebebc34a0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106309
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>

diff --git a/sw/source/uibase/uno/unomodule.hxx b/sw/source/uibase/uno/unomodule.hxx
index 1d2157efff77..fa85f11d7443 100644
--- a/sw/source/uibase/uno/unomodule.hxx
+++ b/sw/source/uibase/uno/unomodule.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SW_SOURCE_UIBASE_UNO_UNOMODULE_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_UNO_UNOMODULE_HXX
+#pragma once
 
 #include <rtl/ustring.hxx>
 #include <com/sun/star/frame/XDispatchProvider.hpp>
@@ -71,6 +70,5 @@ public:
     virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames(  ) override;
 };
 
-#endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list