diff options
author | Grzegorz Araminowicz <g.araminowicz@gmail.com> | 2017-06-06 08:53:39 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-06-09 16:28:11 +0200 |
commit | c8e3fea4996436d1fd608cf5ef0fdc18f5a8fd7f (patch) | |
tree | 4a29ae2713515c47afa87a3b2b64445e6a5099f2 /include/oox/vml | |
parent | 9614f12bae668dfe848ae6cc0bac091be106fa8e (diff) |
GSoC: import VML shape adjustments
Change-Id: Ifcd49f34b889b34eba2464de6e083f9021633bc6
Reviewed-on: https://gerrit.libreoffice.org/38427
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'include/oox/vml')
-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 abb4161ec5cd..44f973b57169 100644 --- a/include/oox/vml/vmlshape.hxx +++ b/include/oox/vml/vmlshape.hxx @@ -89,6 +89,7 @@ struct OOX_DLLPUBLIC ShapeTypeModel OUString maWrapStyle; ///< Wrapping mode for text. OUString maArcsize; ///< round rectangles arc size OUString maEditAs; ///< Edit As type (e.g. "canvas" etc) + OUString maAdjustments; ///< Shape adjustment values StrokeModel maStrokeModel; ///< Border line formatting. FillModel maFillModel; ///< Shape fill formatting. |