diff options
Diffstat (limited to 'include/oox/crypto/Standard2007Engine.hxx')
-rw-r--r-- | include/oox/crypto/Standard2007Engine.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/oox/crypto/Standard2007Engine.hxx b/include/oox/crypto/Standard2007Engine.hxx index 4a6eaae9e43c..8a7aec3e66af 100644 --- a/include/oox/crypto/Standard2007Engine.hxx +++ b/include/oox/crypto/Standard2007Engine.hxx @@ -22,8 +22,7 @@ namespace oox { class BinaryXOutputStream; } -namespace oox { -namespace crypto { +namespace oox::crypto { class OOX_DLLPUBLIC Standard2007Engine final : public CryptoEngine { @@ -55,8 +54,7 @@ public: }; -} // namespace crypto -} // namespace oox +} // namespace oox::crypto #endif |