diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2013-02-21 17:34:16 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2013-02-21 17:45:19 +0100 |
commit | 3d46b39491af97ba360fb92182501e6b399f4f56 (patch) | |
tree | 872d8a5ef947857e55a8e9331fa7888fcdc105ef /oox/inc | |
parent | 38302b308559b8e34916a07ea3a160085c596c2e (diff) |
n#779642: Import vertical layout mode from VML elements.
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/vml/vmltextbox.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/oox/vml/vmltextbox.hxx b/oox/inc/oox/vml/vmltextbox.hxx index 1dc30ab11e48..f234b00b9665 100644 --- a/oox/inc/oox/vml/vmltextbox.hxx +++ b/oox/inc/oox/vml/vmltextbox.hxx @@ -86,6 +86,7 @@ public: /// Text distance from the border (inset attribute of v:textbox), valid only if set. bool borderDistanceSet; int borderDistanceLeft, borderDistanceTop, borderDistanceRight, borderDistanceBottom; + OUString maLayoutFlow; private: typedef ::std::vector< TextPortionModel > PortionVector; |