diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 20:53:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 06:58:34 +0100 |
commit | a7f28581ad27705a86e6945f03cf219f7e4aa969 (patch) | |
tree | 95b6db0f066490dc5c7c688d2ce80c00788aef8c /oox/source/docprop | |
parent | 6d64015430b387b615b6df137dc168caa9632cb3 (diff) |
clang-tidy modernize-concat-nested-namespace in oox
Change-Id: I9877be75e1f7dcefdf7172d05dfbb0a63d06ced1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86803
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/source/docprop')
-rw-r--r-- | oox/source/docprop/docprophandler.cxx | 4 | ||||
-rw-r--r-- | oox/source/docprop/ooxmldocpropimport.cxx | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/oox/source/docprop/docprophandler.cxx b/oox/source/docprop/docprophandler.cxx index 258270774595..cb1870f799f5 100644 --- a/oox/source/docprop/docprophandler.cxx +++ b/oox/source/docprop/docprophandler.cxx @@ -39,8 +39,7 @@ using namespace ::com::sun::star; -namespace oox { -namespace docprop { +namespace oox::docprop { OOXMLDocPropHandler::OOXMLDocPropHandler( const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< document::XDocumentProperties >& rDocProp ) @@ -685,7 +684,6 @@ void SAL_CALL OOXMLDocPropHandler::characters( const OUString& aChars ) } } -} // namespace docprop } // namespace oox /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/oox/source/docprop/ooxmldocpropimport.cxx b/oox/source/docprop/ooxmldocpropimport.cxx index b6a2c5a0b812..5377c55099d6 100644 --- a/oox/source/docprop/ooxmldocpropimport.cxx +++ b/oox/source/docprop/ooxmldocpropimport.cxx @@ -36,8 +36,7 @@ using namespace ::com::sun::star; -namespace oox { -namespace docprop { +namespace oox::docprop { using namespace ::com::sun::star::beans; using namespace ::com::sun::star::document; @@ -160,7 +159,6 @@ void SAL_CALL DocumentPropertiesImport::importProperties( } } -} // namespace docprop } // namespace oox extern "C" SAL_DLLPUBLIC_EXPORT uno::XInterface* |