diff options
-rw-r--r-- | offapi/com/sun/star/chart2/XChartType.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/chart2/XChartType.idl b/offapi/com/sun/star/chart2/XChartType.idl index 5dfe21f51566..f1c9a3dc01b5 100644 --- a/offapi/com/sun/star/chart2/XChartType.idl +++ b/offapi/com/sun/star/chart2/XChartType.idl @@ -74,7 +74,7 @@ interface XChartType : com::sun::star::uno::XInterface /** Returns a sequence with supported property mapping roles. - <p>An example for a property mappong role is FillColor.</p> + <p>An example for a property mapping role is FillColor.</p> */ sequence< string > getSupportedPropertyRoles(); |