diff options
Diffstat (limited to 'svx/source/sidebar/shapes/ShapesUtil.cxx')
-rw-r--r-- | svx/source/sidebar/shapes/ShapesUtil.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/shapes/ShapesUtil.cxx b/svx/source/sidebar/shapes/ShapesUtil.cxx index 0c87543edc27..ffd1acb62926 100644 --- a/svx/source/sidebar/shapes/ShapesUtil.cxx +++ b/svx/source/sidebar/shapes/ShapesUtil.cxx @@ -21,7 +21,7 @@ #include <map> #include <rtl/ustring.hxx> -namespace svx{ namespace sidebar{ +namespace svx::sidebar{ SvxShapeCommandsMap::SvxShapeCommandsMap() { mpLineShapes = decltype(mpLineShapes){ @@ -207,6 +207,6 @@ SvxShapeCommandsMap::SvxShapeCommandsMap() {7, ".uno:HalfSphere"} }; } -}} +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file |