summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/textliststyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/textliststyle.cxx')
-rw-r--r--oox/source/drawingml/textliststyle.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/textliststyle.cxx b/oox/source/drawingml/textliststyle.cxx
index 15475ddcacb0..d900e3cef338 100644
--- a/oox/source/drawingml/textliststyle.cxx
+++ b/oox/source/drawingml/textliststyle.cxx
@@ -20,7 +20,7 @@
#include <drawingml/textliststyle.hxx>
#include <sal/log.hxx>
-namespace oox { namespace drawingml {
+namespace oox::drawingml {
TextListStyle::TextListStyle()
{
@@ -94,6 +94,6 @@ void TextListStyle::dump() const
}
}
#endif
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */