diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 18:45:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 21:07:36 +0200 |
commit | 1c4c096f7316f4541d57983ad3dee3827748d2f8 (patch) | |
tree | 045e6dbba96704ad038c9c3e41970bc00c286d0a /oox/source/docprop/ooxmldocpropimport.hxx | |
parent | e06cb5853f735e523f740dec82954c54cbe47f48 (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/docprop/ooxmldocpropimport.hxx')
-rw-r--r-- | oox/source/docprop/ooxmldocpropimport.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/oox/source/docprop/ooxmldocpropimport.hxx b/oox/source/docprop/ooxmldocpropimport.hxx index cc4301de2158..f76d4feb7b46 100644 --- a/oox/source/docprop/ooxmldocpropimport.hxx +++ b/oox/source/docprop/ooxmldocpropimport.hxx @@ -25,8 +25,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/implbase.hxx> -namespace oox { -namespace docprop { +namespace oox::docprop { class DocumentPropertiesImport : public ::cppu::WeakImplHelper< @@ -51,8 +50,7 @@ private: css::uno::Reference< css::uno::XComponentContext > mxContext; }; -} // namespace docprop -} // namespace oox +} // namespace oox::docprop #endif |