summaryrefslogtreecommitdiff
path: root/oox/source/vml/vmlshapecontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/vml/vmlshapecontainer.cxx')
-rw-r--r--oox/source/vml/vmlshapecontainer.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/oox/source/vml/vmlshapecontainer.cxx b/oox/source/vml/vmlshapecontainer.cxx
index 71713d3e7120..d1a155465be3 100644
--- a/oox/source/vml/vmlshapecontainer.cxx
+++ b/oox/source/vml/vmlshapecontainer.cxx
@@ -24,8 +24,7 @@
#include <osl/diagnose.h>
-namespace oox {
-namespace vml {
+namespace oox::vml {
using namespace ::com::sun::star::awt;
using namespace ::com::sun::star::drawing;
@@ -129,7 +128,6 @@ void ShapeContainer::convertAndInsert( const Reference< XShapes >& rxShapes, con
shape->convertAndInsert( rxShapes, pParentAnchor );
}
-} // namespace vml
} // namespace oox
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */