summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFactory.cxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFactory.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx
index fde5ccc0b425..f9ba5df7e9da 100644
--- a/writerfilter/source/ooxml/OOXMLFactory.cxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.cxx
@@ -22,8 +22,7 @@
#include "OOXMLFactory.hxx"
#include "OOXMLFastHelper.hxx"
-namespace writerfilter {
-namespace ooxml {
+namespace writerfilter::ooxml {
using namespace com::sun::star;
@@ -215,6 +214,5 @@ void OOXMLFactory_ns::attributeAction(OOXMLFastContextHandler *, Token_t, const
}
}
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */