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

Onur Yilmaz (via logerrit) logerrit at kemper.freedesktop.org
Sat Jan 25 16:44:46 UTC 2020


 unoidl/source/unoidlprovider.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit ef86e72fb06e1b59d1587828d1a9089b50767144
Author:     Onur Yilmaz <onuryilmaz0750 at gmail.com>
AuthorDate: Sat Jan 25 15:27:50 2020 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Sat Jan 25 17:44:11 2020 +0100

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

diff --git a/unoidl/source/unoidlprovider.hxx b/unoidl/source/unoidlprovider.hxx
index 4e2fce161323..0013af54284f 100644
--- a/unoidl/source/unoidlprovider.hxx
+++ b/unoidl/source/unoidlprovider.hxx
@@ -7,8 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#ifndef INCLUDED_UNOIDL_SOURCE_UNOIDLPROVIDER_HXX
-#define INCLUDED_UNOIDL_SOURCE_UNOIDLPROVIDER_HXX
+#pragma once
 
 #include <sal/config.h>
 
@@ -54,6 +53,4 @@ private:
 
 } }
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list