diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 22:14:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:11 +0200 |
commit | d75f773f6231de25339d53afae167f5e83b33a1d (patch) | |
tree | 59841a394fe00df3e4a29238df6551aafca0148c /package/inc/ZipPackageBuffer.hxx | |
parent | edf23912c5dbdadd532f0965dade97b71962e9bc (diff) |
fixincludeguards.sh: package
Change-Id: Ia66d825baad3315c34bd579dc804f607bc6be30b
Diffstat (limited to 'package/inc/ZipPackageBuffer.hxx')
-rw-r--r-- | package/inc/ZipPackageBuffer.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ZipPackageBuffer.hxx b/package/inc/ZipPackageBuffer.hxx index 2a606a2d987a..5519aac50e84 100644 --- a/package/inc/ZipPackageBuffer.hxx +++ b/package/inc/ZipPackageBuffer.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _ZIP_PACKAGE_BUFFER_HXX -#define _ZIP_PACKAGE_BUFFER_HXX +#ifndef INCLUDED_PACKAGE_INC_ZIPPACKAGEBUFFER_HXX +#define INCLUDED_PACKAGE_INC_ZIPPACKAGEBUFFER_HXX #include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/io/XSeekable.hpp> |