summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/table/tablestyletextstylecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/table/tablestyletextstylecontext.cxx')
-rw-r--r--oox/source/drawingml/table/tablestyletextstylecontext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/table/tablestyletextstylecontext.cxx b/oox/source/drawingml/table/tablestyletextstylecontext.cxx
index 7567ac4c8130..d4206439f162 100644
--- a/oox/source/drawingml/table/tablestyletextstylecontext.cxx
+++ b/oox/source/drawingml/table/tablestyletextstylecontext.cxx
@@ -29,7 +29,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 {
TableStyleTextStyleContext::TableStyleTextStyleContext( ContextHandler2Helper const & rParent,
const AttributeList& rAttribs, TableStylePart& rTableStylePart )
@@ -93,6 +93,6 @@ TableStyleTextStyleContext::onCreateContext( ::sal_Int32 aElementToken, const At
return new ColorValueContext( *this, mrTableStylePart.getTextColor() );
}
-} } }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */