summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XCellRangeAddressable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCellRangeAddressable.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCellRangeAddressable.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/XCellRangeAddressable.idl b/offapi/com/sun/star/sheet/XCellRangeAddressable.idl
index 03375e68cf4c..973c69d73da4 100644
--- a/offapi/com/sun/star/sheet/XCellRangeAddressable.idl
+++ b/offapi/com/sun/star/sheet/XCellRangeAddressable.idl
@@ -28,14 +28,14 @@ module com { module sun { module star { module sheet {
/** represents a cell which can be addressed with a
- <type scope="com::sun::star::table">CellRangeAddress</type>.
+ com::sun::star::table::CellRangeAddress.
*/
published interface XCellRangeAddressable: com::sun::star::uno::XInterface
{
/** returns the address of the cell range in the spreadsheet document.
- <p>The <type scope="com::sun::star::table">CellRangeAddress</type>
+ <p>The com::sun::star::table::CellRangeAddress
can be used to address the range within its document.</p>
*/
com::sun::star::table::CellRangeAddress getRangeAddress();