summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2012-09-17 17:42:00 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-09-20 18:20:18 +0200
commit27ad84a9e75d414e4c5bce6ace5a96dc5af6868f (patch)
tree31d059640d66a7bc8fbf768d033d782e0c15617d /oox/inc
parent7539a695b801b92d10ff30463a8c08672a258442 (diff)
n#779627: support for arcsize value in VML
Change-Id: If03f36d30a7861f5d14ed3142e339d52da0bdce0
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/vml/vmlshape.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index 5bdc2b51e486..a09192a42ce7 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/oox/inc/oox/vml/vmlshape.hxx
@@ -77,6 +77,7 @@ struct ShapeTypeModel
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.
+ ::rtl::OUString maArcsize; ///< round rectangles arc size
StrokeModel maStrokeModel; ///< Border line formatting.
FillModel maFillModel; ///< Shape fill formatting.