summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-09 11:05:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-09 11:05:04 +0200
commit773aecc810b1b39c0c3cc78eabf03054c9d113f1 (patch)
tree5f5bfdc1c35aa8a25450b20f94174b1371036a60 /offapi/com/sun/star/chart2
parent1f6b082388c7e1eaa668f02008488b317c0d4988 (diff)
Avoid needless incompatible change
..in 9ed1dd01be8afa0961e388a79e9ff4c1235820c2 "tdf#90839: support for wrapped text in data labels and for centered data value" by moving the additional optional property to the end; also, add missing @since tags Change-Id: I6f8a6cb22d29ba27a109089892b8df009d1043db
Diffstat (limited to 'offapi/com/sun/star/chart2')
-rw-r--r--offapi/com/sun/star/chart2/DataPointProperties.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/DataPointProperties.idl b/offapi/com/sun/star/chart2/DataPointProperties.idl
index 090d08661e68..31bd0a42696c 100644
--- a/offapi/com/sun/star/chart2/DataPointProperties.idl
+++ b/offapi/com/sun/star/chart2/DataPointProperties.idl
@@ -263,6 +263,8 @@ service DataPointProperties
[optional, property] string LabelSeparator;
/** specifies if the text of a data label (caption) must be wrapped
+
+ @since LibreOffice 5.1
*/
[optional, property] boolean TextWordWrap;