summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorYildiray <yildiray_uskudar@hotmail.com>2021-08-08 22:19:26 +0300
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-08-14 15:12:36 +0200
commit768722ea12779e5c533d691c311b63490e2279d0 (patch)
treed0efa5d8ada6954d2f4a83351282c9dc1a1bbe63 /hwpfilter
parent101b8ec5bfe458614ad50866dff9ba26f29163a4 (diff)
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@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hcode.h6
1 files changed, 1 insertions, 5 deletions
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: */