diff options
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/chart/objectformatter.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/oox/inc/drawingml/chart/objectformatter.hxx b/oox/inc/drawingml/chart/objectformatter.hxx index c84afc66b5f1..1e4d6b6e6a0e 100644 --- a/oox/inc/drawingml/chart/objectformatter.hxx +++ b/oox/inc/drawingml/chart/objectformatter.hxx @@ -123,6 +123,11 @@ public: const ModelRef< TextBody >& rxTextProp, bool bSupportsStacked, sal_Int32 nDefaultRotation = 0); + /** Sets text wrap properties to the passed property set. */ + static void convertTextWrap( + PropertySet& rPropSet, + const ModelRef< TextBody >& rxTextProp); + /** Sets number format properties to the passed property set. */ void convertNumberFormat( PropertySet& rPropSet, |