diff options
Diffstat (limited to 'include/tools/zcodec.hxx')
-rw-r--r-- | include/tools/zcodec.hxx | 5 |
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: */ |