Index: main/oox/source/drawingml/textparagraphpropertiescontext.cxx =================================================================== --- main/oox/source/drawingml/textparagraphpropertiescontext.cxx (revision 1374916) +++ main/oox/source/drawingml/textparagraphpropertiescontext.cxx (working copy) @@ -23,7 +23,7 @@ #include "oox/drawingml/textparagraphpropertiescontext.hxx" -#include +#include #include #include "oox/drawingml/colorchoicecontext.hxx" @@ -132,7 +132,7 @@ if ( xAttribs->hasAttribute( XML_rtl ) ) { bool bRtl = attribs.getBool( XML_rtl, false ); - rPropertyMap[ PROP_TextWritingMode ] <<= ( bRtl ? WritingMode_RL_TB : WritingMode_LR_TB ); + rPropertyMap[ PROP_WritingMode ] <<= ( bRtl ? WritingMode2::RL_TB : WritingMode2::LR_TB ); } }