summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/chart2/Axis.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/Axis.idl')
-rw-r--r--offapi/com/sun/star/chart2/Axis.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/chart2/Axis.idl b/offapi/com/sun/star/chart2/Axis.idl
index 009abd05a500..e952d446e80d 100644
--- a/offapi/com/sun/star/chart2/Axis.idl
+++ b/offapi/com/sun/star/chart2/Axis.idl
@@ -87,15 +87,15 @@ service Axis
*/
[property] ::com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder;
- /** Determines wether the labels are allowed to break into more than one line
+ /** Determines whether the labels are allowed to break into more than one line
*/
[property] boolean TextBreak;
- /** Determines wether the labels are allowed to overlap
+ /** Determines whether the labels are allowed to overlap
*/
[property] boolean TextOverlap;
- /** Determines wether the characters in a single labels should be stacked one upon each other
+ /** Determines whether the characters in a single labels should be stacked one upon each other
*/
[property] boolean StackCharacters;