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

Yildiray (via logerrit) logerrit at kemper.freedesktop.org
Sat Aug 14 13:13:14 UTC 2021


 hwpfilter/source/hcode.h |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 768722ea12779e5c533d691c311b63490e2279d0
Author:     Yildiray <yildiray_uskudar at hotmail.com>
AuthorDate: Sun Aug 8 22:19:26 2021 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
CommitDate: Sat Aug 14 15:12:36 2021 +0200

    tdf#143148: Use pragma once in sdext
    
    Change-Id: Ic626b9064d9bcd024f938bbd43375bc3fff5838f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120178
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>

diff --git a/hwpfilter/source/hcode.h b/hwpfilter/source/hcode.h
index 18ec72a3d6e8..3fb2da528ef7 100644
--- a/hwpfilter/source/hcode.h
+++ b/hwpfilter/source/hcode.h
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_HWPFILTER_SOURCE_HCODE_H
-#define INCLUDED_HWPFILTER_SOURCE_HCODE_H
+#pragma once
 
 #include "hwplib.h"
 
@@ -70,7 +69,4 @@ DLLEXPORT char *hcolor2str(uchar color, uchar shade, char *buf, bool bIsChar = f
 DLLEXPORT char *base64_encode_string( const uchar *buf, unsigned int len );
 DLLEXPORT double calcAngle(int x1, int y1, int x2, int y2);
 
-
-#endif // INCLUDED_HWPFILTER_SOURCE_HCODE_H
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list