diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 15:21:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 15:49:03 +0100 |
commit | 9a578e9861d930782fd9432e79741d3378a30589 (patch) | |
tree | e5cfe33892f983f20abe96622138f4edb855fcf3 /canvas/source/vcl | |
parent | 03fd45dce6afa83fc1fcbcd890edb36affd61981 (diff) |
clang-tidy modernize-concat-nested-namespace in basic..canvas
Change-Id: I74a575e6ca7829ee252c0e315fc337ea223c944f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86758
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas/source/vcl')
-rw-r--r-- | canvas/source/vcl/impltools.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/canvas/source/vcl/impltools.cxx b/canvas/source/vcl/impltools.cxx index 8b908c5a63bf..c1e913b99fe4 100644 --- a/canvas/source/vcl/impltools.cxx +++ b/canvas/source/vcl/impltools.cxx @@ -43,9 +43,7 @@ using namespace ::com::sun::star; -namespace vclcanvas -{ - namespace tools +namespace vclcanvas::tools { ::BitmapEx bitmapExFromXBitmap( const uno::Reference< rendering::XBitmap >& xBitmap ) { @@ -219,6 +217,5 @@ namespace vclcanvas return vcl::bitmap::CanvasTransformBitmap(rBitmap, rTransform, aDestRect, aLocalTransform); } } -} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |