diff options
Diffstat (limited to 'oox/source/crypto/AgileEngine.cxx')
-rw-r--r-- | oox/source/crypto/AgileEngine.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/oox/source/crypto/AgileEngine.cxx b/oox/source/crypto/AgileEngine.cxx index 7c2a0e9c93d2..c544b53441a0 100644 --- a/oox/source/crypto/AgileEngine.cxx +++ b/oox/source/crypto/AgileEngine.cxx @@ -42,8 +42,7 @@ using namespace css::uno; using namespace css::xml::sax; using namespace css::xml; -namespace oox { -namespace core { +namespace oox::core { namespace { @@ -820,7 +819,6 @@ void AgileEngine::encrypt(css::uno::Reference<css::io::XInputStream> & rxInputS encryptHmacValue(); } -} // namespace core } // namespace oox /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |