diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:17:28 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:30 +0200 |
commit | 10d0526d7273df6b52a2f46b68fb0e63f9db0d92 (patch) | |
tree | 2edf62b3c0f11dfce96f30433fa918c46e022f54 /include/oox/crypto | |
parent | 0bd7f12d41567842b1e31514e1d84340d90f5b42 (diff) |
fixincludeguards.sh: include/o*
Change-Id: Ibd5d8af00f6582d53231c76e2b04e737b5804497
Diffstat (limited to 'include/oox/crypto')
-rw-r--r-- | include/oox/crypto/AgileEngine.hxx | 4 | ||||
-rw-r--r-- | include/oox/crypto/CryptTools.hxx | 4 | ||||
-rw-r--r-- | include/oox/crypto/CryptoEngine.hxx | 4 | ||||
-rw-r--r-- | include/oox/crypto/DocumentDecryption.hxx | 4 | ||||
-rw-r--r-- | include/oox/crypto/DocumentEncryption.hxx | 4 | ||||
-rw-r--r-- | include/oox/crypto/Standard2007Engine.hxx | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/include/oox/crypto/AgileEngine.hxx b/include/oox/crypto/AgileEngine.hxx index 9a384885d19d..e6cf73bc924f 100644 --- a/include/oox/crypto/AgileEngine.hxx +++ b/include/oox/crypto/AgileEngine.hxx @@ -8,8 +8,8 @@ * */ -#ifndef AGILE_ENGINE_HXX -#define AGILE_ENGINE_HXX +#ifndef INCLUDED_OOX_CRYPTO_AGILEENGINE_HXX +#define INCLUDED_OOX_CRYPTO_AGILEENGINE_HXX #include "CryptTools.hxx" #include "CryptoEngine.hxx" diff --git a/include/oox/crypto/CryptTools.hxx b/include/oox/crypto/CryptTools.hxx index 07abc71bf16e..5b87296b310e 100644 --- a/include/oox/crypto/CryptTools.hxx +++ b/include/oox/crypto/CryptTools.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CRYPT_TOOLS_HXX -#define CRYPT_TOOLS_HXX +#ifndef INCLUDED_OOX_CRYPTO_CRYPTTOOLS_HXX +#define INCLUDED_OOX_CRYPTO_CRYPTTOOLS_HXX #include <config_oox.h> diff --git a/include/oox/crypto/CryptoEngine.hxx b/include/oox/crypto/CryptoEngine.hxx index 68bb0a8fa3f1..c653ec6ff724 100644 --- a/include/oox/crypto/CryptoEngine.hxx +++ b/include/oox/crypto/CryptoEngine.hxx @@ -8,8 +8,8 @@ * */ -#ifndef CRYPTO_ENGINE_HXX -#define CRYPTO_ENGINE_HXX +#ifndef INCLUDED_OOX_CRYPTO_CRYPTOENGINE_HXX +#define INCLUDED_OOX_CRYPTO_CRYPTOENGINE_HXX #include <vector> diff --git a/include/oox/crypto/DocumentDecryption.hxx b/include/oox/crypto/DocumentDecryption.hxx index 1502c41f3d6e..561aaaf32817 100644 --- a/include/oox/crypto/DocumentDecryption.hxx +++ b/include/oox/crypto/DocumentDecryption.hxx @@ -8,8 +8,8 @@ * */ -#ifndef DOCUMENT_DECRYPTION_HXX -#define DOCUMENT_DECRYPTION_HXX +#ifndef INCLUDED_OOX_CRYPTO_DOCUMENTDECRYPTION_HXX +#define INCLUDED_OOX_CRYPTO_DOCUMENTDECRYPTION_HXX #include "oox/dllapi.h" diff --git a/include/oox/crypto/DocumentEncryption.hxx b/include/oox/crypto/DocumentEncryption.hxx index b4e142ea2ade..960eda15beb1 100644 --- a/include/oox/crypto/DocumentEncryption.hxx +++ b/include/oox/crypto/DocumentEncryption.hxx @@ -8,8 +8,8 @@ * */ -#ifndef DOCUMENT_ENCRYPTION_HXX -#define DOCUMENT_ENCRYPTION_HXX +#ifndef INCLUDED_OOX_CRYPTO_DOCUMENTENCRYPTION_HXX +#define INCLUDED_OOX_CRYPTO_DOCUMENTENCRYPTION_HXX #include "oox/dllapi.h" diff --git a/include/oox/crypto/Standard2007Engine.hxx b/include/oox/crypto/Standard2007Engine.hxx index 563a7105b5fa..a248deaed716 100644 --- a/include/oox/crypto/Standard2007Engine.hxx +++ b/include/oox/crypto/Standard2007Engine.hxx @@ -8,8 +8,8 @@ * */ -#ifndef STANDARD_2007_ENGINE_HXX -#define STANDARD_2007_ENGINE_HXX +#ifndef INCLUDED_OOX_CRYPTO_STANDARD2007ENGINE_HXX +#define INCLUDED_OOX_CRYPTO_STANDARD2007ENGINE_HXX #include "CryptTools.hxx" #include "CryptoEngine.hxx" |