summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-23 19:51:26 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-23 22:20:26 +0200
commitd29bd2ac60bcb6ad15d9746303e0d54747eca4b1 (patch)
tree97d172aa2c2d7361be5677479bb2328cd0fde422 /offapi/com/sun/star/chart2
parent650a836d00360ffd0b0c5a97bbaf9fe5513bbf32 (diff)
Fix typos
It passed "make check" Change-Id: I055017a7616ed4d9725c66a387c040b55e22751f Reviewed-on: https://gerrit.libreoffice.org/76202 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'offapi/com/sun/star/chart2')
-rw-r--r--offapi/com/sun/star/chart2/DataPointProperties.idl2
-rw-r--r--offapi/com/sun/star/chart2/FillBitmap.idl2
-rw-r--r--offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl2
-rw-r--r--offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl4
4 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/chart2/DataPointProperties.idl b/offapi/com/sun/star/chart2/DataPointProperties.idl
index df5cf071ee90..e2230a5f7630 100644
--- a/offapi/com/sun/star/chart2/DataPointProperties.idl
+++ b/offapi/com/sun/star/chart2/DataPointProperties.idl
@@ -233,7 +233,7 @@ service DataPointProperties
*/
[property] long FillBitmapSizeY;
- /** this enum selects how a area is filled with a single bitmap.
+ /** this enum selects how an area is filled with a single bitmap.
*/
[property] com::sun::star::drawing::BitmapMode FillBitmapMode;
diff --git a/offapi/com/sun/star/chart2/FillBitmap.idl b/offapi/com/sun/star/chart2/FillBitmap.idl
index 29da2b57be53..7f0aabbb8ba8 100644
--- a/offapi/com/sun/star/chart2/FillBitmap.idl
+++ b/offapi/com/sun/star/chart2/FillBitmap.idl
@@ -81,7 +81,7 @@ struct FillBitmap
*/
com::sun::star::awt::Size aSize;
- /** this enum selects how a area is filled with a single bitmap.
+ /** this enum selects how an area is filled with a single bitmap.
<p>It may be repeated, stretched or displayed with blank space
around it.</p>
diff --git a/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl b/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl
index 46d39261bf36..94bdb19feed0 100644
--- a/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl
+++ b/offapi/com/sun/star/chart2/XCoordinateSystemContainer.idl
@@ -35,7 +35,7 @@ module chart2
interface XCoordinateSystemContainer : com::sun::star::uno::XInterface
{
- /** add an coordinate system to the coordinate system container
+ /** add a coordinate system to the coordinate system container
@throws IllegalArgumentException
If the given coordinate system is already contained in the container.
diff --git a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
index 64fa52d2757d..c8c0bcafb1cf 100644
--- a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
+++ b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
@@ -68,7 +68,7 @@ interface XDatabaseDataProvider
/** is used for subreports and contains the names of columns of the parent report.
<p> These columns are typically the foreign key fields of the parent report.
- The values of theses columns are used to identify the data for the subreport.
+ The values of these columns are used to identify the data for the subreport.
Each time the parent report changes its current row, the subreport requeries
it's data based on the values of the master fields.</p>
<p>If the report is no sub report (e.g. its parent is not a report itself), this
@@ -165,7 +165,7 @@ interface XDatabaseDataProvider
set raises (com::sun::star::beans::UnknownPropertyException);
};
- /** is a additional sort order definition for a row set.
+ /** is an additional sort order definition for a row set.
*/
[attribute,bound] string Order;