[Libreoffice-commits] core.git: sd/inc

Mehmet Emin BaÅŸoÄŸlu (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 26 19:29:49 UTC 2020


 sd/inc/sdresid.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 20b5c03ae6406a64ffec328e550fd3c9b3f0306c
Author:     Mehmet Emin Başoğlu <mehmeteminbasoglu at hotmail.com>
AuthorDate: Sat Jan 25 14:58:36 2020 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Sun Jan 26 20:29:14 2020 +0100

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

diff --git a/sd/inc/sdresid.hxx b/sd/inc/sdresid.hxx
index 8ac4ea45405e..20254c0979fb 100644
--- a/sd/inc/sdresid.hxx
+++ b/sd/inc/sdresid.hxx
@@ -17,14 +17,11 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SD_INC_SDRESID_HXX
-#define INCLUDED_SD_INC_SDRESID_HXX
+#pragma once
 
 #include <rtl/ustring.hxx>
 #include "sddllapi.h"
 
 SD_DLLPUBLIC OUString SdResId(const char* pId);
 
-#endif /* _SD_SDRESID_HXX */
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list