From e06cb5853f735e523f740dec82954c54cbe47f48 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 19 Jul 2020 18:45:58 +0200 Subject: compact namespace: vcl Change-Id: Ic861003f522e76431fffaadc408d0a153b12d0e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99003 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/graphic/Manager.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'vcl/inc/graphic') diff --git a/vcl/inc/graphic/Manager.hxx b/vcl/inc/graphic/Manager.hxx index bb52a0cfcf8f..8b21f1c46105 100644 --- a/vcl/inc/graphic/Manager.hxx +++ b/vcl/inc/graphic/Manager.hxx @@ -25,9 +25,7 @@ class ImpGraphic; -namespace vcl -{ -namespace graphic +namespace vcl::graphic { class Manager final { @@ -68,7 +66,7 @@ public: std::shared_ptr newInstance(const GDIMetaFile& rMtf); std::shared_ptr newInstance(const GraphicExternalLink& rGraphicLink); }; -} + } // end namespace vcl::graphic #endif // INCLUDED_VCL_INC_GRAPHIC_MANAGER_HXX -- cgit