summaryrefslogtreecommitdiffstats
path: root/oox/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-02-21 17:34:16 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-02-21 17:45:19 +0100
commit3d46b39491af97ba360fb92182501e6b399f4f56 (patch)
tree872d8a5ef947857e55a8e9331fa7888fcdc105ef /oox/inc
parentsplit up redline dialog and adapt redline view code (diff)
downloadcore-3d46b39491af97ba360fb92182501e6b399f4f56.tar.gz
core-3d46b39491af97ba360fb92182501e6b399f4f56.zip
n#779642: Import vertical layout mode from VML elements.
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/vml/vmltextbox.hxx1
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;