diff options
author | Aurimas Fišeras <aurimas@gmail.com> | 2010-10-24 17:28:39 +0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-24 20:22:31 +0100 |
commit | 7397af54fbee3761ce1b4065601ff3d6b99517c4 (patch) | |
tree | 44428166e7ab5f5af665302e470665661aa3dbbf /offapi/com/sun/star/chart | |
parent | e277e6b44fa65afb8c7190e710bd114cb81990c4 (diff) |
Fix some more typos in documentation
Diffstat (limited to 'offapi/com/sun/star/chart')
-rw-r--r-- | offapi/com/sun/star/chart/AccessibleChartElement.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartAxis.idl | 8 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartAxisXSupplier.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartLegendPosition.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartRegressionCurveType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartSolidType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartStatistics.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/ChartTitle.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/Dim3DDiagram.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/X3DDefaultSetter.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/chart/XDiagramPositioning.idl | 4 |
11 files changed, 19 insertions, 19 deletions
diff --git a/offapi/com/sun/star/chart/AccessibleChartElement.idl b/offapi/com/sun/star/chart/AccessibleChartElement.idl index 20eeb249c..a5e3e5bad 100644 --- a/offapi/com/sun/star/chart/AccessibleChartElement.idl +++ b/offapi/com/sun/star/chart/AccessibleChartElement.idl @@ -57,7 +57,7 @@ module com { module sun { module star { module chart { <p>The <type scope="::com::sun::star::accessibility">XAccessibleExtendedComponent</type> - is suported by all chart elements.</p> + is supported by all chart elements.</p> @since OOo 1.1.2 */ diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl index f71d9c07c..d49ff078b 100644 --- a/offapi/com/sun/star/chart/ChartAxis.idl +++ b/offapi/com/sun/star/chart/ChartAxis.idl @@ -119,7 +119,7 @@ published service ChartAxis /** Contains the number of help intervals within a main interval. E.g. a StepHelpCount of 5 divides - the main interval into 5 pieces and thus producces 4 help tick marks. + the main interval into 5 pieces and thus produces 4 help tick marks. */ [optional, property] long StepHelpCount; @@ -133,7 +133,7 @@ published service ChartAxis //------------------------------------------------------------------------- - /** The maximium value of the axis scale is calculated by the chart if + /** The maximum value of the axis scale is calculated by the chart if this property is <TRUE/>. */ [optional, property] boolean AutoMax; @@ -188,8 +188,8 @@ published service ChartAxis //------------------------------------------------------------------------- /** Indicates the reference value where bars or areas have their grounding. - This property has only an effect when the used odf fileformat does not allow for - further axis posiioning or the axis is a secondary y-axis. + This property has only an effect when the used ODF file format does not allow for + further axis positioning or the axis is a secondary y-axis. */ [optional, property] double Origin; diff --git a/offapi/com/sun/star/chart/ChartAxisXSupplier.idl b/offapi/com/sun/star/chart/ChartAxisXSupplier.idl index 718e33a68..28d7f784b 100644 --- a/offapi/com/sun/star/chart/ChartAxisXSupplier.idl +++ b/offapi/com/sun/star/chart/ChartAxisXSupplier.idl @@ -38,7 +38,7 @@ //============================================================================= -/** has to be supported by charts providing the cpabilities of a +/** has to be supported by charts providing the capabilities of a horizontal axis, i.e., an <em>x</em>-axis. */ published service ChartAxisXSupplier diff --git a/offapi/com/sun/star/chart/ChartLegendPosition.idl b/offapi/com/sun/star/chart/ChartLegendPosition.idl index 3272a9e66..a06be28bf 100644 --- a/offapi/com/sun/star/chart/ChartLegendPosition.idl +++ b/offapi/com/sun/star/chart/ChartLegendPosition.idl @@ -62,7 +62,7 @@ published enum ChartLegendPosition /** displays the chart legend above the diagram. - <p>The second entry in the legend is placed an the right hand + <p>The second entry in the legend is placed on the right hand side of the first one.</p> */ TOP, @@ -80,7 +80,7 @@ published enum ChartLegendPosition /** displays the chart legend beneath the diagram. - <p>The second entry in the legend is placed an the right hand + <p>The second entry in the legend is placed on the right hand side of the first one.</p> */ BOTTOM diff --git a/offapi/com/sun/star/chart/ChartRegressionCurveType.idl b/offapi/com/sun/star/chart/ChartRegressionCurveType.idl index 3ec04d040..d32c1a540 100644 --- a/offapi/com/sun/star/chart/ChartRegressionCurveType.idl +++ b/offapi/com/sun/star/chart/ChartRegressionCurveType.idl @@ -34,7 +34,7 @@ //============================================================================= -/** specifiest the type of the regression curve to be displayed. +/** specifies the type of the regression curve to be displayed. */ published enum ChartRegressionCurveType { diff --git a/offapi/com/sun/star/chart/ChartSolidType.idl b/offapi/com/sun/star/chart/ChartSolidType.idl index 99aed1be8..82b00631d 100644 --- a/offapi/com/sun/star/chart/ChartSolidType.idl +++ b/offapi/com/sun/star/chart/ChartSolidType.idl @@ -59,7 +59,7 @@ published constants ChartSolidType //------------------------------------------------------------------------- - /** pyramidial with a square as base + /** pyramidal with a square as base */ const long PYRAMID = 3; diff --git a/offapi/com/sun/star/chart/ChartStatistics.idl b/offapi/com/sun/star/chart/ChartStatistics.idl index 28e2690a4..149648854 100644 --- a/offapi/com/sun/star/chart/ChartStatistics.idl +++ b/offapi/com/sun/star/chart/ChartStatistics.idl @@ -120,7 +120,7 @@ published service ChartStatistics /** specifies the percentage that is used to display error bars. <p>The length of the error indicators is calculated for each - data point by taking the given percentatge of its value.</p> + data point by taking the given percentage of its value.</p> <p>this setting is effective if the <member>ChartStatistics::ErrorCategory</member> is set to @@ -163,7 +163,7 @@ published service ChartStatistics */ [property] com::sun::star::chart::ChartRegressionCurveType RegressionCurves; - /** contains a cell range string for positve error bars. This + /** contains a cell range string for positive error bars. This property is used when the <type>ErrorBarCategory</type> is set to <member>ErrorBarCategory::FROM_DATA</member>. */ diff --git a/offapi/com/sun/star/chart/ChartTitle.idl b/offapi/com/sun/star/chart/ChartTitle.idl index 04e03f09f..aaba6bc70 100644 --- a/offapi/com/sun/star/chart/ChartTitle.idl +++ b/offapi/com/sun/star/chart/ChartTitle.idl @@ -83,7 +83,7 @@ published service ChartTitle /** contains the text of the title. - <p>Note that you can not change attributes of parts of a + <p>Note that you cannot change attributes of parts of a title, e.g., put one word in bold characters. All formatting affects the entire string.</p> */ diff --git a/offapi/com/sun/star/chart/Dim3DDiagram.idl b/offapi/com/sun/star/chart/Dim3DDiagram.idl index 33aa5c9d0..d012e832e 100644 --- a/offapi/com/sun/star/chart/Dim3DDiagram.idl +++ b/offapi/com/sun/star/chart/Dim3DDiagram.idl @@ -53,7 +53,7 @@ published service Dim3DDiagram */ interface com::sun::star::chart::X3DDisplay; - /** makes it easy to set suiteable defaults for illumination and rotation for 3D charts + /** makes it easy to set suitable defaults for illumination and rotation for 3D charts */ [optional] interface ::com::sun::star::chart::X3DDefaultSetter; diff --git a/offapi/com/sun/star/chart/X3DDefaultSetter.idl b/offapi/com/sun/star/chart/X3DDefaultSetter.idl index 477e9f72c..915f0a912 100644 --- a/offapi/com/sun/star/chart/X3DDefaultSetter.idl +++ b/offapi/com/sun/star/chart/X3DDefaultSetter.idl @@ -38,7 +38,7 @@ //============================================================================= -/** makes it easy to set suiteable defaults for illumination and rotation for 3D charts +/** makes it easy to set suitable defaults for illumination and rotation for 3D charts @see Dim3DDiagram */ @@ -48,12 +48,12 @@ published interface X3DDefaultSetter : com::sun::star::uno::XInterface */ void set3DSettingsToDefault(); - /** sets a suiteable default for the rotation of the current 3D chart. + /** sets a suitable default for the rotation of the current 3D chart. The result may depend on the current chart type. */ void setDefaultRotation(); - /** set suiteable defaults for the illumination of the current 3D chart. + /** set suitable defaults for the illumination of the current 3D chart. The result may dependent on other 3D settings as rotation or shade mode. It may depend on the current chart type also. */ void setDefaultIllumination(); diff --git a/offapi/com/sun/star/chart/XDiagramPositioning.idl b/offapi/com/sun/star/chart/XDiagramPositioning.idl index cc12ccfff..c69601ba7 100644 --- a/offapi/com/sun/star/chart/XDiagramPositioning.idl +++ b/offapi/com/sun/star/chart/XDiagramPositioning.idl @@ -49,11 +49,11 @@ */ interface XDiagramPositioning : com::sun::star::uno::XInterface { - /** the diagram will be placed automtically + /** the diagram will be placed automatically */ void setAutomaticDiagramPositioning(); - /** @returns whether the diagram is placed automtically + /** @returns whether the diagram is placed automatically */ boolean isAutomaticDiagramPositioning(); |