diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-06-07 10:51:45 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-06-07 10:59:51 +0200 |
commit | 9e8957de203bb9abb208516ad32aee9527feb67b (patch) | |
tree | bdfa4da398dff781fe786b1c50a0eb8242d8fa8a /oox/inc | |
parent | 2bce4c76d5f05d92ffd987c25b7e492d5a2f309b (diff) |
n#757905 fix VML import of mso-wrap-style:none
There were two problems here:
1) SimpleShape::implConvertAndInsert() did not set the anchor type
2) DomainMapper_Impl::PushShapeContext() tried to overwrite it
Change-Id: I2c32016c4bb15c891cf287d8208e10817c6291e6
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/vml/vmlshape.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx index d8e72094c19c..b9e490871eb3 100644 --- a/oox/inc/oox/vml/vmlshape.hxx +++ b/oox/inc/oox/vml/vmlshape.hxx @@ -85,6 +85,7 @@ struct ShapeTypeModel ::rtl::OUString maFlip; ///< Flip type of the shape (can be "x" or "y"). sal_Bool mbAutoHeight; ///< If true, the height value is a minimum value (mostly used for textboxes) sal_Bool mbVisible; /// Visible or Hidden + ::rtl::OUString maWrapStyle; /// Wrapping mode for text. StrokeModel maStrokeModel; ///< Border line formatting. FillModel maFillModel; ///< Shape fill formatting. |