summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XCellAddressable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XCellAddressable.idl')
-rw-r--r--offapi/com/sun/star/sheet/XCellAddressable.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/XCellAddressable.idl b/offapi/com/sun/star/sheet/XCellAddressable.idl
index a4bd8f0f5c4d..68df2404cf9f 100644
--- a/offapi/com/sun/star/sheet/XCellAddressable.idl
+++ b/offapi/com/sun/star/sheet/XCellAddressable.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">CellAddress</type>.
+ com::sun::star::table::CellAddress.
*/
published interface XCellAddressable: com::sun::star::uno::XInterface
{
/** returns the address of the cell in the spreadsheet document.
- <p>The <type scope="com::sun::star::table">CellAddress</type>
+ <p>The com::sun::star::table::CellAddress
can be used to address the cell within its document.</p>
*/
com::sun::star::table::CellAddress getCellAddress();