diff options
Diffstat (limited to 'offapi/com/sun/star/chart2/LogicTargetModel.idl')
-rw-r--r-- | offapi/com/sun/star/chart2/LogicTargetModel.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart2/LogicTargetModel.idl b/offapi/com/sun/star/chart2/LogicTargetModel.idl index f4edf4f31..fc2ed9b7f 100644 --- a/offapi/com/sun/star/chart2/LogicTargetModel.idl +++ b/offapi/com/sun/star/chart2/LogicTargetModel.idl @@ -14,11 +14,11 @@ module com { module sun { module star { module chart2 { */ service LogicTargetModel { - /** identifies an instance of this service within one chartdocument. + /** identifies an instance of this service within one chart document. */ [ readonly, property ] string ID; - /** identifies an instance of the service com::sun::star::chart2::LegendModel within one chartdocument. + /** identifies an instance of the service com::sun::star::chart2::LegendModel within one chart document. * that instance is used to automatically calculate missing properties */ [ property ] string LegendID; |