diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-18 12:37:04 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 09:35:43 +0000 |
commit | 23af031b09dffe37222517d69f5337db26fdb307 (patch) | |
tree | ae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /offapi | |
parent | 78e9ba6febb7402d4661fbf7934a2526efc8629a (diff) |
Fix typos in comments
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart/XAxisSupplier.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/chart2/ScaleData.idl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/chart/XAxisSupplier.idl b/offapi/com/sun/star/chart/XAxisSupplier.idl index a1aada8f7d3f..8e1f2715c5f8 100644 --- a/offapi/com/sun/star/chart/XAxisSupplier.idl +++ b/offapi/com/sun/star/chart/XAxisSupplier.idl @@ -42,7 +42,7 @@ interface XAxisSupplier : ::com::sun::star::uno::XInterface the primary axis of the specified dimension. The returned object supports service <type>ChartAxis</type>. @param nDimensionIndex - Parameter nDimensionIndex says wether it is a x, y or z-axis (0 for x). + Parameter nDimensionIndex says whether it is a x, y or z-axis (0 for x). */ com::sun::star::chart::XAxis getAxis( [in] long nDimensionIndex ); @@ -50,7 +50,7 @@ interface XAxisSupplier : ::com::sun::star::uno::XInterface the secondary axis of the specified dimension. The returned object supports service <type>ChartAxis</type>. @param nDimensionIndex - Parameter nDimensionIndex says wether it is a x, y or z-axis (0 for x). + Parameter nDimensionIndex says whether it is a x, y or z-axis (0 for x). */ com::sun::star::chart::XAxis getSecondaryAxis( [in] long nDimensionIndex ); }; diff --git a/offapi/com/sun/star/chart2/ScaleData.idl b/offapi/com/sun/star/chart2/ScaleData.idl index 0bb2f839ae07..c63096e5a83f 100644 --- a/offapi/com/sun/star/chart2/ScaleData.idl +++ b/offapi/com/sun/star/chart2/ScaleData.idl @@ -73,7 +73,7 @@ struct ScaleData */ boolean AutoDateAxis; - /** describes wether data points on category or date axis are placed between tickmarks or not + /** describes whether data points on category or date axis are placed between tickmarks or not if true the maximum on the scale will be expanded for one interval */ boolean ShiftedCategoryPosition; |