summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmlformatting.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmlformatting.hxx')
-rw-r--r--include/oox/vml/vmlformatting.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx
index 7ec10d42b4ff..491cf994734e 100644
--- a/include/oox/vml/vmlformatting.hxx
+++ b/include/oox/vml/vmlformatting.hxx
@@ -242,6 +242,7 @@ struct OOX_DLLPUBLIC TextpathModel
{
OptValue<OUString> moString; ///< Specifies the string of the textpath.
OptValue<OUString> moStyle; ///< Specifies the style of the textpath.
+ OptValue<bool> moTrim; ///< Specifies whether extra space is removed above and below the text
TextpathModel();