summaryrefslogtreecommitdiff
path: root/oox/source/crypto/StrongEncryptionDataSpace.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 18:45:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 21:07:36 +0200
commit1c4c096f7316f4541d57983ad3dee3827748d2f8 (patch)
tree045e6dbba96704ad038c9c3e41970bc00c286d0a /oox/source/crypto/StrongEncryptionDataSpace.cxx
parente06cb5853f735e523f740dec82954c54cbe47f48 (diff)
compact namespace: oox
Change-Id: I9ea016adcec334437da45296ee325453347836ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99002 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/source/crypto/StrongEncryptionDataSpace.cxx')
-rw-r--r--oox/source/crypto/StrongEncryptionDataSpace.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/oox/source/crypto/StrongEncryptionDataSpace.cxx b/oox/source/crypto/StrongEncryptionDataSpace.cxx
index 2e21a89158f6..9fd1778aa831 100644
--- a/oox/source/crypto/StrongEncryptionDataSpace.cxx
+++ b/oox/source/crypto/StrongEncryptionDataSpace.cxx
@@ -25,9 +25,7 @@ using namespace css::io;
using namespace css::lang;
using namespace css::uno;
-namespace oox
-{
-namespace crypto
+namespace oox::crypto
{
StrongEncryptionDataSpace::StrongEncryptionDataSpace(const Reference<XComponentContext>& rxContext)
: mxContext(rxContext)
@@ -193,8 +191,7 @@ css::uno::Sequence<OUString> SAL_CALL StrongEncryptionDataSpace::getSupportedSer
return aServices;
}
-} // namespace crypto
-} // namespace oox
+} // namespace oox::crypto
extern "C" SAL_DLLPUBLIC_EXPORT uno::XInterface*
com_sun_star_comp_oox_crypto_StrongEncryptionDataSpace_get_implementation(