summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/textbody.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/textbody.hxx')
-rw-r--r--oox/inc/drawingml/textbody.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/oox/inc/drawingml/textbody.hxx b/oox/inc/drawingml/textbody.hxx
index b3edd7392a2c..51016cd2c677 100644
--- a/oox/inc/drawingml/textbody.hxx
+++ b/oox/inc/drawingml/textbody.hxx
@@ -24,14 +24,14 @@
#include <drawingml/textbodyproperties.hxx>
#include <drawingml/textliststyle.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace text { class XText; }
namespace text { class XTextCursor; }
-} } }
+}
-namespace oox { namespace core { class XmlFilterBase; } }
+namespace oox::core { class XmlFilterBase; }
-namespace oox { namespace drawingml {
+namespace oox::drawingml {
class TextParagraph;
typedef RefVector< TextParagraph > TextParagraphVector;
@@ -74,7 +74,7 @@ protected:
TextListStyle maTextListStyle;
};
-} }
+}
#endif // INCLUDED_OOX_DRAWINGML_TEXTBODY_HXX