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 | |
parent | edf23912c5dbdadd532f0965dade97b71962e9bc (diff) |
fixincludeguards.sh: package
Change-Id: Ia66d825baad3315c34bd579dc804f607bc6be30b
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ByteChucker.hxx | 4 | ||||
-rw-r--r-- | package/inc/ByteGrabber.hxx | 4 | ||||
-rw-r--r-- | package/inc/CRC32.hxx | 4 | ||||
-rw-r--r-- | package/inc/EncryptedDataHeader.hxx | 4 | ||||
-rw-r--r-- | package/inc/EncryptionData.hxx | 4 | ||||
-rw-r--r-- | package/inc/HashMaps.hxx | 4 | ||||
-rw-r--r-- | package/inc/PackageConstants.hxx | 4 | ||||
-rw-r--r-- | package/inc/ZipEntry.hxx | 4 | ||||
-rw-r--r-- | package/inc/ZipEnumeration.hxx | 4 | ||||
-rw-r--r-- | package/inc/ZipFile.hxx | 4 | ||||
-rw-r--r-- | package/inc/ZipOutputStream.hxx | 4 | ||||
-rw-r--r-- | package/inc/ZipPackage.hxx | 4 | ||||
-rw-r--r-- | package/inc/ZipPackageBuffer.hxx | 4 | ||||
-rw-r--r-- | package/inc/ZipPackageEntry.hxx | 4 | ||||
-rw-r--r-- | package/inc/ZipPackageFolder.hxx | 4 | ||||
-rw-r--r-- | package/inc/ZipPackageStream.hxx | 4 | ||||
-rw-r--r-- | package/inc/mutexholder.hxx | 4 | ||||
-rw-r--r-- | package/inc/zipfileaccess.hxx | 4 |
18 files changed, 36 insertions, 36 deletions
diff --git a/package/inc/ByteChucker.hxx b/package/inc/ByteChucker.hxx index 1f9000ed8216..4fb0c1c6270f 100644 --- a/package/inc/ByteChucker.hxx +++ b/package/inc/ByteChucker.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 _BYTE_CHUCKER_HXX_ -#define _BYTE_CHUCKER_HXX_ +#ifndef INCLUDED_PACKAGE_INC_BYTECHUCKER_HXX +#define INCLUDED_PACKAGE_INC_BYTECHUCKER_HXX #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Reference.h> diff --git a/package/inc/ByteGrabber.hxx b/package/inc/ByteGrabber.hxx index bf60fc2ddafa..85dd6da5020c 100644 --- a/package/inc/ByteGrabber.hxx +++ b/package/inc/ByteGrabber.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 _BYTE_GRABBER_HXX_ -#define _BYTE_GRABBER_HXX_ +#ifndef INCLUDED_PACKAGE_INC_BYTEGRABBER_HXX +#define INCLUDED_PACKAGE_INC_BYTEGRABBER_HXX #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Reference.h> diff --git a/package/inc/CRC32.hxx b/package/inc/CRC32.hxx index 183c1befb906..daaf4b53a53f 100644 --- a/package/inc/CRC32.hxx +++ b/package/inc/CRC32.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 _CRC32_HXX -#define _CRC32_HXX +#ifndef INCLUDED_PACKAGE_INC_CRC32_HXX +#define INCLUDED_PACKAGE_INC_CRC32_HXX #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/RuntimeException.hpp> diff --git a/package/inc/EncryptedDataHeader.hxx b/package/inc/EncryptedDataHeader.hxx index e5ebe7ce7c61..ac6078c39eca 100644 --- a/package/inc/EncryptedDataHeader.hxx +++ b/package/inc/EncryptedDataHeader.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 _ENCRYPTED_DATA_HEADER_HXX_ -#define _ENCRYPTED_DATA_HEADER_HXX_ +#ifndef INCLUDED_PACKAGE_INC_ENCRYPTEDDATAHEADER_HXX +#define INCLUDED_PACKAGE_INC_ENCRYPTEDDATAHEADER_HXX #include <sal/types.h> diff --git a/package/inc/EncryptionData.hxx b/package/inc/EncryptionData.hxx index 655a4d43fc18..664b8e201fd1 100644 --- a/package/inc/EncryptionData.hxx +++ b/package/inc/EncryptionData.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 _ENCRYPTION_DATA_HXX_ -#define _ENCRYPTION_DATA_HXX_ +#ifndef INCLUDED_PACKAGE_INC_ENCRYPTIONDATA_HXX +#define INCLUDED_PACKAGE_INC_ENCRYPTIONDATA_HXX #include <com/sun/star/uno/Sequence.hxx> #include <cppuhelper/weak.hxx> diff --git a/package/inc/HashMaps.hxx b/package/inc/HashMaps.hxx index c6bfdd5f47f8..a98b04ac68de 100644 --- a/package/inc/HashMaps.hxx +++ b/package/inc/HashMaps.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 _HASHMAPS_HXX -#define _HASHMAPS_HXX +#ifndef INCLUDED_PACKAGE_INC_HASHMAPS_HXX +#define INCLUDED_PACKAGE_INC_HASHMAPS_HXX #include <ZipEntry.hxx> #include <rtl/ref.hxx> diff --git a/package/inc/PackageConstants.hxx b/package/inc/PackageConstants.hxx index 358ad300456a..df7bebcf6bd4 100644 --- a/package/inc/PackageConstants.hxx +++ b/package/inc/PackageConstants.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 _PACKAGE_CONSTANTS_HXX_ -#define _PACKAGE_CONSTANTS_HXX_ +#ifndef INCLUDED_PACKAGE_INC_PACKAGECONSTANTS_HXX +#define INCLUDED_PACKAGE_INC_PACKAGECONSTANTS_HXX #include <sal/types.h> diff --git a/package/inc/ZipEntry.hxx b/package/inc/ZipEntry.hxx index 31b8ba67cde1..db87f660d56c 100644 --- a/package/inc/ZipEntry.hxx +++ b/package/inc/ZipEntry.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_ENTRY_HXX_ -#define _ZIP_ENTRY_HXX_ +#ifndef INCLUDED_PACKAGE_INC_ZIPENTRY_HXX +#define INCLUDED_PACKAGE_INC_ZIPENTRY_HXX #include <rtl/ustring.hxx> diff --git a/package/inc/ZipEnumeration.hxx b/package/inc/ZipEnumeration.hxx index d59d8989b96a..e84339c3ff84 100644 --- a/package/inc/ZipEnumeration.hxx +++ b/package/inc/ZipEnumeration.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_ENUMERATION_HXX -#define _ZIP_ENUMERATION_HXX +#ifndef INCLUDED_PACKAGE_INC_ZIPENUMERATION_HXX +#define INCLUDED_PACKAGE_INC_ZIPENUMERATION_HXX #include <HashMaps.hxx> diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx index be3c32cd6bdc..976c43f94f27 100644 --- a/package/inc/ZipFile.hxx +++ b/package/inc/ZipFile.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_FILE_HXX -#define _ZIP_FILE_HXX +#ifndef INCLUDED_PACKAGE_INC_ZIPFILE_HXX +#define INCLUDED_PACKAGE_INC_ZIPFILE_HXX #include <com/sun/star/packages/zip/ZipException.hpp> #include <com/sun/star/packages/zip/ZipIOException.hpp> diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx index d14d53eac6a4..3f237eb23877 100644 --- a/package/inc/ZipOutputStream.hxx +++ b/package/inc/ZipOutputStream.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_OUTPUT_STREAM_HXX -#define _ZIP_OUTPUT_STREAM_HXX +#ifndef INCLUDED_PACKAGE_INC_ZIPOUTPUTSTREAM_HXX +#define INCLUDED_PACKAGE_INC_ZIPOUTPUTSTREAM_HXX #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx index 7546e816db17..9e0eb133747d 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.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_HXX -#define _ZIP_PACKAGE_HXX +#ifndef INCLUDED_PACKAGE_INC_ZIPPACKAGE_HXX +#define INCLUDED_PACKAGE_INC_ZIPPACKAGE_HXX #include <cppuhelper/implbase7.hxx> #include <com/sun/star/lang/XInitialization.hpp> 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> diff --git a/package/inc/ZipPackageEntry.hxx b/package/inc/ZipPackageEntry.hxx index 8927c6830ad8..d7746361f45b 100644 --- a/package/inc/ZipPackageEntry.hxx +++ b/package/inc/ZipPackageEntry.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_ENTRY_HXX -#define _ZIP_PACKAGE_ENTRY_HXX +#ifndef INCLUDED_PACKAGE_INC_ZIPPACKAGEENTRY_HXX +#define INCLUDED_PACKAGE_INC_ZIPPACKAGEENTRY_HXX #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XNamed.hpp> diff --git a/package/inc/ZipPackageFolder.hxx b/package/inc/ZipPackageFolder.hxx index e3c7a8865c4a..51dff1feaf50 100644 --- a/package/inc/ZipPackageFolder.hxx +++ b/package/inc/ZipPackageFolder.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_FOLDER_HXX -#define _ZIP_PACKAGE_FOLDER_HXX +#ifndef INCLUDED_PACKAGE_INC_ZIPPACKAGEFOLDER_HXX +#define INCLUDED_PACKAGE_INC_ZIPPACKAGEFOLDER_HXX #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx index d77791330e72..9a1dbb4ccc79 100644 --- a/package/inc/ZipPackageStream.hxx +++ b/package/inc/ZipPackageStream.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_STREAM_HXX -#define _ZIP_PACKAGE_STREAM_HXX +#ifndef INCLUDED_PACKAGE_INC_ZIPPACKAGESTREAM_HXX +#define INCLUDED_PACKAGE_INC_ZIPPACKAGESTREAM_HXX #include <com/sun/star/io/XActiveDataSink.hpp> #include <com/sun/star/io/XSeekable.hpp> diff --git a/package/inc/mutexholder.hxx b/package/inc/mutexholder.hxx index c88e229bd593..b4255187a22c 100644 --- a/package/inc/mutexholder.hxx +++ b/package/inc/mutexholder.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __MUTEXHOLDER_HXX_ -#define __MUTEXHOLDER_HXX_ +#ifndef INCLUDED_PACKAGE_INC_MUTEXHOLDER_HXX +#define INCLUDED_PACKAGE_INC_MUTEXHOLDER_HXX #include <osl/mutex.hxx> diff --git a/package/inc/zipfileaccess.hxx b/package/inc/zipfileaccess.hxx index af0d44c51663..3280e866cc20 100644 --- a/package/inc/zipfileaccess.hxx +++ b/package/inc/zipfileaccess.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _ZIPFILEACCESS_HXX_ -#define _ZIPFILEACCESS_HXX_ +#ifndef INCLUDED_PACKAGE_INC_ZIPFILEACCESS_HXX +#define INCLUDED_PACKAGE_INC_ZIPFILEACCESS_HXX #include <com/sun/star/packages/zip/XZipFileAccess2.hpp> #include <com/sun/star/lang/XInitialization.hpp> |