summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorHakan Bakacak <hakanbakacak98@gmail.com>2020-01-26 12:04:47 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-27 10:10:04 +0100
commitb29a3b6bac8162ccadc8dcf870bd73b9e1e964a2 (patch)
tree263fadb55b5ad26cfe60399f2b1728a705e3b938 /hwpfilter
parent1b5a4da9100675243b14f2d9b07f23010d94aa82 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: I65639e32765ba0804aeb5b5880eca2b5d186485e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87431 Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com> Tested-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hstream.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/hwpfilter/source/hstream.hxx b/hwpfilter/source/hstream.hxx
index e082e3aefd22..bf0d55442d9d 100644
--- a/hwpfilter/source/hstream.hxx
+++ b/hwpfilter/source/hstream.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_HWPFILTER_SOURCE_HSTREAM_H
-#define INCLUDED_HWPFILTER_SOURCE_HSTREAM_H
+#pragma once
#include <vector>
@@ -47,6 +46,5 @@ class HStream
std::vector<byte> seq;
size_t pos;
};
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */