summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/customshapepresetdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/customshapepresetdata.cxx')
-rw-r--r--oox/source/drawingml/customshapepresetdata.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/oox/source/drawingml/customshapepresetdata.cxx b/oox/source/drawingml/customshapepresetdata.cxx
index 043b25cd633b..b4d6a2ecb1c2 100644
--- a/oox/source/drawingml/customshapepresetdata.cxx
+++ b/oox/source/drawingml/customshapepresetdata.cxx
@@ -704,9 +704,7 @@ void lcl_parsePath(std::vector<beans::PropertyValue>& rPath, const OString& rVal
}
-namespace oox
-{
-namespace drawingml
+namespace oox::drawingml
{
void CustomShapeProperties::initializePresetDataMap()
@@ -837,6 +835,5 @@ void CustomShapeProperties::initializePresetDataMap()
}
}
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */