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

New commits:
commit 768722ea12779e5c533d691c311b63490e2279d0
Author:     Yildiray <[email protected]>
AuthorDate: Sun Aug 8 22:19:26 2021 +0300
Commit:     Ilmari Lauhakangas <[email protected]>
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 <[email protected]>
    Reviewed-by: Ilmari Lauhakangas <[email protected]>

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: */

Reply via email to