drawinglayer/inc/primitive2d/graphicprimitivehelper2d.hxx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-)
New commits: commit 73a8850a7646782819a5cb51ac8cf08cc5389d15 Author: Tomaž Vajngerl <[email protected]> AuthorDate: Fri May 8 20:38:10 2020 +0200 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Sat May 9 21:12:40 2020 +0200 drawinglayer: clean-up namespaces in graphicprimitivehelper2d.hxx Change-Id: I24b11ccc7d82a9d3380fc8aa32c90ad0256485f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93831 Tested-by: Tomaž Vajngerl <[email protected]> Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/drawinglayer/inc/primitive2d/graphicprimitivehelper2d.hxx b/drawinglayer/inc/primitive2d/graphicprimitivehelper2d.hxx index cd1cc99ebf51..fb1431152b16 100644 --- a/drawinglayer/inc/primitive2d/graphicprimitivehelper2d.hxx +++ b/drawinglayer/inc/primitive2d/graphicprimitivehelper2d.hxx @@ -22,16 +22,10 @@ #include <drawinglayer/primitive2d/baseprimitive2d.hxx> #include <vcl/GraphicObject.hxx> - -// predefines - class Graphic; - -namespace drawinglayer +namespace drawinglayer::primitive2d { - namespace primitive2d - { /** Helper method with supports decomposing a Graphic with all possible contents to lower level primitives. @@ -60,7 +54,6 @@ namespace drawinglayer double fGamma = 1.0, // ]0.0 .. 10.0] bool bInvert = false); - } // end of namespace primitive2d -} // end of namespace drawinglayer +} // end of namespace drawinglayer::primitive2d /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
