From 8167b8f3d9ca506a30bd8454d934d713033cb8b4 Mon Sep 17 00:00:00 2001 From: Muthu Subramanian Date: Tue, 14 Feb 2012 19:49:31 +0530 Subject: n744510: Improved 'vert' text imports. --- oox/inc/oox/drawingml/textbodyproperties.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'oox/inc') diff --git a/oox/inc/oox/drawingml/textbodyproperties.hxx b/oox/inc/oox/drawingml/textbodyproperties.hxx index a1b914ac3bb1..e155d3082a6d 100644 --- a/oox/inc/oox/drawingml/textbodyproperties.hxx +++ b/oox/inc/oox/drawingml/textbodyproperties.hxx @@ -29,6 +29,7 @@ #ifndef OOX_DRAWINGML_TEXTBODYPROPERTIES_HXX #define OOX_DRAWINGML_TEXTBODYPROPERTIES_HXX +#include #include "oox/helper/helper.hxx" #include "oox/helper/propertymap.hxx" @@ -39,13 +40,15 @@ namespace drawingml { struct TextBodyProperties { - PropertyMap maPropertyMap; - OptValue< sal_Int32 > moRotation; - OptValue< sal_Int32 > moVert; + PropertyMap maPropertyMap; + OptValue< sal_Int32 > moRotation; + OptValue< sal_Int32 > moVert; + ::com::sun::star::drawing::TextVerticalAdjust meVA; explicit TextBodyProperties(); void pushToPropMap( PropertyMap& rPropMap ) const; + void pushVertSimulation(); }; // ============================================================================ -- cgit