diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-06-22 16:15:38 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-06-22 23:42:24 +0200 |
commit | 057c33b6609fe49efb6fa757db5f336acddb2a3d (patch) | |
tree | d700a101f7bcc53bc16cd4e41feb6fe5dc26c7a3 /include/oox/crypto | |
parent | 32f556667cb09587bd636239da9d463d8c15679a (diff) |
oox: encryption/decryption test for Standard2007Engine
Change-Id: I8de25182c40004edffad4452179f191a75f130d9
Reviewed-on: https://gerrit.libreoffice.org/56300
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/oox/crypto')
-rw-r--r-- | include/oox/crypto/Standard2007Engine.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/oox/crypto/Standard2007Engine.hxx b/include/oox/crypto/Standard2007Engine.hxx index 40aba8137161..ea92c4b5df51 100644 --- a/include/oox/crypto/Standard2007Engine.hxx +++ b/include/oox/crypto/Standard2007Engine.hxx @@ -11,8 +11,9 @@ #ifndef INCLUDED_OOX_CRYPTO_STANDARD2007ENGINE_HXX #define INCLUDED_OOX_CRYPTO_STANDARD2007ENGINE_HXX -#include <filter/msfilter/mscodec.hxx> +#include <oox/dllapi.h> #include <oox/crypto/CryptoEngine.hxx> +#include <filter/msfilter/mscodec.hxx> #include <rtl/digest.h> #include <rtl/ustring.hxx> #include <sal/types.h> @@ -25,7 +26,7 @@ namespace oox { namespace oox { namespace core { -class Standard2007Engine : public CryptoEngine +class OOX_DLLPUBLIC Standard2007Engine : public CryptoEngine { msfilter::StandardEncryptionInfo mInfo; |