diff options
Diffstat (limited to 'oox/source/drawingml/textparagraphproperties.cxx')
-rw-r--r-- | oox/source/drawingml/textparagraphproperties.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/textparagraphproperties.cxx b/oox/source/drawingml/textparagraphproperties.cxx index 1043323f26d6..b35a8e21ce39 100644 --- a/oox/source/drawingml/textparagraphproperties.cxx +++ b/oox/source/drawingml/textparagraphproperties.cxx @@ -57,7 +57,7 @@ using namespace ::com::sun::star::text; using namespace ::com::sun::star::container; using ::com::sun::star::awt::FontDescriptor; -namespace oox { namespace drawingml { +namespace oox::drawingml { BulletList::BulletList( ) : maBulletColorPtr( new Color() ) @@ -523,6 +523,6 @@ void TextParagraphProperties::dump() const aPropSet.dump(); } #endif -} } +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |