diff options
Diffstat (limited to 'include/oox/vml/vmlformatting.hxx')
-rw-r--r-- | include/oox/vml/vmlformatting.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx index 5bfb0c09e0fb..1c589897ebcc 100644 --- a/include/oox/vml/vmlformatting.hxx +++ b/include/oox/vml/vmlformatting.hxx @@ -254,6 +254,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(); |