summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc/canvasgraphichelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 15:34:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 20:37:01 +0200
commitbaed93c8022bf64226fcbc6dbcb0132b35eb2328 (patch)
tree7eff32281aad46e03842c54ac9b997e4a9e08a63 /cppcanvas/source/inc/canvasgraphichelper.hxx
parent1ebe85bc1fc6cf2adeb05aac78749806e20a71c2 (diff)
compact namespace: cppcanvas
Change-Id: I53826803bd7749b7fead5e464e2dc65212d5bb9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98908 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppcanvas/source/inc/canvasgraphichelper.hxx')
-rw-r--r--cppcanvas/source/inc/canvasgraphichelper.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/cppcanvas/source/inc/canvasgraphichelper.hxx b/cppcanvas/source/inc/canvasgraphichelper.hxx
index f003ec977d8e..0716199ddbeb 100644
--- a/cppcanvas/source/inc/canvasgraphichelper.hxx
+++ b/cppcanvas/source/inc/canvasgraphichelper.hxx
@@ -35,10 +35,7 @@ namespace com::sun::star::rendering
/* Definition of CanvasGraphicHelper class */
-namespace cppcanvas
-{
-
- namespace internal
+namespace cppcanvas::internal
{
class CanvasGraphicHelper : public virtual CanvasGraphic
@@ -65,7 +62,6 @@ namespace cppcanvas
CanvasSharedPtr mpCanvas;
};
- }
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */