summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XDiagram.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/XDiagram.idl')
-rw-r--r--offapi/com/sun/star/chart2/XDiagram.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/chart2/XDiagram.idl b/offapi/com/sun/star/chart2/XDiagram.idl
index f14fdf8afb68..a878759be40d 100644
--- a/offapi/com/sun/star/chart2/XDiagram.idl
+++ b/offapi/com/sun/star/chart2/XDiagram.idl
@@ -63,12 +63,12 @@ interface XDiagram : ::com::sun::star::uno::XInterface
*/
void setLegend( [in] XLegend xLegend );
- /** returns an <type>XColorScheme</type> that defines the default
+ /** returns an XColorScheme that defines the default
colors for data series (or data points) in the diagram.
*/
XColorScheme getDefaultColorScheme();
- /** sets an <type>XColorScheme</type> that defines the default
+ /** sets an XColorScheme that defines the default
colors for data series (or data points) in the diagram.
*/
void setDefaultColorScheme( [in] XColorScheme xColorScheme );
@@ -77,7 +77,7 @@ interface XDiagram : ::com::sun::star::uno::XInterface
@param xDataSource
This data source will be interpreted in a chart-type
- specific way and the <type>DataSeries</type> found in
+ specific way and the DataSeries found in
<code>xDiagram</code> will be adapted to the new data.
Missing data series will be created and unused ones will
be deleted.
@@ -86,7 +86,7 @@ interface XDiagram : ::com::sun::star::uno::XInterface
Arguments tells how to slice the given data.
<p>For standard parameters that may be used, see the
- service <type>StandardDiagramCreationParameters</type>.
+ service StandardDiagramCreationParameters.
</p>
*/
void setDiagramData( [in] com::sun::star::chart2::data::XDataSource xDataSource,