diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 18:45:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 20:41:14 +0200 |
commit | e06cb5853f735e523f740dec82954c54cbe47f48 (patch) | |
tree | 0e4841cb54766a810fdca5af125ce8c01ecaa384 /vcl/inc/graphic | |
parent | 1d3bec99e87c6f1e083f36bc1906839025d640df (diff) |
compact namespace: vcl
Change-Id: Ic861003f522e76431fffaadc408d0a153b12d0e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99003
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/graphic')
-rw-r--r-- | vcl/inc/graphic/Manager.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
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<ImpGraphic> newInstance(const GDIMetaFile& rMtf); std::shared_ptr<ImpGraphic> newInstance(const GraphicExternalLink& rGraphicLink); }; -} + } // end namespace vcl::graphic #endif // INCLUDED_VCL_INC_GRAPHIC_MANAGER_HXX |