diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-07-01 13:15:54 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-07-02 11:55:42 +0200 |
commit | 6bf79576aeca243db553ed3b5eade492dc35337b (patch) | |
tree | 88b6d0a0efb627be0ae1d12e966de9b767a9228d /include/oox | |
parent | f24e4c74d7d6a7d95090c6fa6a584fed7787706c (diff) |
fdo#46361 oox: VML import of v-text-anchor for drawinglayer shapes
Change-Id: Ib73d17fd8c9325f7f062d4a15b655e36b84bd351
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/vml/vmlshape.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx index ca815ec8ef8e..0312ec1a17c9 100644 --- a/include/oox/vml/vmlshape.hxx +++ b/include/oox/vml/vmlshape.hxx @@ -96,6 +96,7 @@ struct OOX_DLLPUBLIC ShapeTypeModel OptValue< OUString > moWrapAnchorY; ///< The base object from which our vertical positioning should be calculated. OptValue< ::rtl::OUString > moWrapType; ///< How to wrap the text around the object OptValue< ::rtl::OUString > moWrapSide; ///< On which side to wrap the text around the object + OUString maVTextAnchor; ///< How the text inside the shape is anchored vertically. explicit ShapeTypeModel(); |