include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
New commits: commit b577de1becb6e606cc0c80b310fc760309184d19 Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> AuthorDate: Fri May 8 20:39:57 2020 +0200 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Sat May 9 21:13:11 2020 +0200 drawinglayer: clean-up namespaces in fillhatchprimitive2d.hxx Change-Id: I6fdd777cb9e238d43abdc5ec30bd998ae611caa9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93832 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx b/include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx index 4b741cef44d6..bab7e47b03e8 100644 --- a/include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/fillhatchprimitive2d.hxx @@ -29,10 +29,8 @@ // FillHatchPrimitive2D class -namespace drawinglayer +namespace drawinglayer::primitive2d { - namespace primitive2d - { /** FillHatchPrimitive2D class This class defines a hatch filling for a rectangular area. The @@ -96,7 +94,6 @@ namespace drawinglayer /// provide unique ID virtual sal_uInt32 getPrimitive2DID() const override; }; - } // end of namespace primitive2d -} // end of namespace drawinglayer +} // end of namespace drawinglayer::primitive2d /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits