summaryrefslogtreecommitdiff
path: root/oox/source/crypto
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:22:57 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:11 +0200
commitca362d6348e4d0a29317492b3c8ef9637a656f4f (patch)
tree80e13761f3d287077dfb0620638fd0397087c9e4 /oox/source/crypto
parent37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (diff)
remove whitespaces
Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac
Diffstat (limited to 'oox/source/crypto')
-rw-r--r--oox/source/crypto/AgileEngine.cxx2
-rw-r--r--oox/source/crypto/DocumentDecryption.cxx1
-rw-r--r--oox/source/crypto/Standard2007Engine.cxx1
3 files changed, 0 insertions, 4 deletions
diff --git a/oox/source/crypto/AgileEngine.cxx b/oox/source/crypto/AgileEngine.cxx
index 480953dc5270..3ae847a9994a 100644
--- a/oox/source/crypto/AgileEngine.cxx
+++ b/oox/source/crypto/AgileEngine.cxx
@@ -41,7 +41,6 @@ AgileEngine::AgileEngine() :
AgileEngine::~AgileEngine()
{}
-
Crypto::CryptoType AgileEngine::cryptoType(const AgileEncryptionInfo& rInfo)
{
if (rInfo.keyBits == 128 && rInfo.cipherAlgorithm == "AES" && rInfo.cipherChaining == "ChainingModeCBC")
@@ -208,7 +207,6 @@ bool AgileEngine::encrypt(
return false; // Agile encrypting is not supported for now
}
-
} // namespace core
} // namespace oox
diff --git a/oox/source/crypto/DocumentDecryption.cxx b/oox/source/crypto/DocumentDecryption.cxx
index 76fa8b4dfc4c..d792f6b810bf 100644
--- a/oox/source/crypto/DocumentDecryption.cxx
+++ b/oox/source/crypto/DocumentDecryption.cxx
@@ -274,7 +274,6 @@ bool DocumentDecryption::readStandard2007EncryptionInfo(BinaryInputStream& rStre
mEngine.reset(engine);
StandardEncryptionInfo& info = engine->getInfo();
-
rStream >> info.header.flags;
if( getFlag( info.header.flags, ENCRYPTINFO_EXTERNAL ) )
return false;
diff --git a/oox/source/crypto/Standard2007Engine.cxx b/oox/source/crypto/Standard2007Engine.cxx
index 1e769a03a013..c59e840c7b3d 100644
--- a/oox/source/crypto/Standard2007Engine.cxx
+++ b/oox/source/crypto/Standard2007Engine.cxx
@@ -66,7 +66,6 @@ Standard2007Engine::Standard2007Engine() :
Standard2007Engine::~Standard2007Engine()
{}
-
bool Standard2007Engine::generateVerifier()
{
// only support key of size 128 bit (16 byte)