diff options
Diffstat (limited to 'oox/source/drawingml/textbodyproperties.cxx')
-rw-r--r-- | oox/source/drawingml/textbodyproperties.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/oox/source/drawingml/textbodyproperties.cxx b/oox/source/drawingml/textbodyproperties.cxx index 5998c429b494..7aff131cd0fb 100644 --- a/oox/source/drawingml/textbodyproperties.cxx +++ b/oox/source/drawingml/textbodyproperties.cxx @@ -27,8 +27,7 @@ using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::text; -namespace oox { -namespace drawingml { +namespace oox::drawingml { TextBodyProperties::TextBodyProperties() : mbAnchorCtr(false) @@ -96,7 +95,6 @@ void TextBodyProperties::pushRotationAdjustments() } } -} // namespace drawingml } // namespace oox /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |