summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/table/tablestylecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/table/tablestylecontext.cxx')
-rw-r--r--oox/source/drawingml/table/tablestylecontext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/table/tablestylecontext.cxx b/oox/source/drawingml/table/tablestylecontext.cxx
index e87c2d4fbed6..7dc4ce468cf1 100644
--- a/oox/source/drawingml/table/tablestylecontext.cxx
+++ b/oox/source/drawingml/table/tablestylecontext.cxx
@@ -30,7 +30,7 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::xml::sax;
-namespace oox { namespace drawingml { namespace table {
+namespace oox::drawingml::table {
TableStyleContext::TableStyleContext( ContextHandler2Helper const & rParent,
const AttributeList& rAttribs, TableStyle& rTableStyle )
@@ -84,6 +84,6 @@ TableStyleContext::onCreateContext( ::sal_Int32 aElementToken, const AttributeLi
return this;
}
-} } }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */