summaryrefslogtreecommitdiffstats
path: root/cppcanvas/source/tools/canvasgraphichelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/tools/canvasgraphichelper.cxx')
-rw-r--r--cppcanvas/source/tools/canvasgraphichelper.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/cppcanvas/source/tools/canvasgraphichelper.cxx b/cppcanvas/source/tools/canvasgraphichelper.cxx
index d67efbe8e7ef..a233eda34453 100644
--- a/cppcanvas/source/tools/canvasgraphichelper.cxx
+++ b/cppcanvas/source/tools/canvasgraphichelper.cxx
@@ -31,10 +31,7 @@ using namespace ::com::sun::star;
/* Implementation of CanvasGraphicHelper class */
-namespace cppcanvas
-{
-
- namespace internal
+namespace cppcanvas::internal
{
CanvasGraphicHelper::CanvasGraphicHelper( const CanvasSharedPtr& rParentCanvas ) :
maClipPolyPolygon(),
@@ -87,6 +84,5 @@ namespace cppcanvas
}
}
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */