summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/Cell.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/Cell.idl')
-rw-r--r--offapi/com/sun/star/table/Cell.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/table/Cell.idl b/offapi/com/sun/star/table/Cell.idl
index b9c9d44752e0..d5113aefba2b 100644
--- a/offapi/com/sun/star/table/Cell.idl
+++ b/offapi/com/sun/star/table/Cell.idl
@@ -24,29 +24,24 @@
#include <com/sun/star/table/XCell.idl>
#include <com/sun/star/text/XText.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** represents a singe cell within a table.
*/
published service Cell
{
- //-------------------------------------------------------------------------
/** contains the properties of the table cell.
*/
service com::sun::star::table::CellProperties;
- //-------------------------------------------------------------------------
/** provides access to the cell contents.
*/
interface com::sun::star::table::XCell;
- //-------------------------------------------------------------------------
/** provides access to formatted and unformatted text contents.
*/
@@ -54,7 +49,6 @@ published service Cell
};
-//=============================================================================
}; }; }; };