summaryrefslogtreecommitdiff
path: root/include/tools/zcodec.hxx
diff options
context:
space:
mode:
authorKeldin Maldonado (KNM) <kemaldonado@csumb.edu>2024-01-28 21:12:54 -0800
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-01-29 10:30:01 +0100
commit405e3f8815d9117d3f6d93ac4d0031e308a284f0 (patch)
tree9e2b84faface3940ea83120112d0dfdaa3c24436 /include/tools/zcodec.hxx
parent593124f6ef384ce1a1cbc27dd7a43ffa42a50587 (diff)
tdf#143148 use pragma once instead of include guards
Change-Id: I42c39d991d243191f410ebb8f91940d5922a6fc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162678 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'include/tools/zcodec.hxx')
-rw-r--r--include/tools/zcodec.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx
index a86dbec70b62..6d664cd35468 100644
--- a/include/tools/zcodec.hxx
+++ b/include/tools/zcodec.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_TOOLS_ZCODEC_HXX
-#define INCLUDED_TOOLS_ZCODEC_HXX
+#pragma once
#include <tools/toolsdllapi.h>
#include <tools/long.hxx>
@@ -91,6 +90,4 @@ public:
tools::Long Read( SvStream& rIStm, sal_uInt8* pData, sal_uInt32 nSize );
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */