summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/XMergeableCell.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/XMergeableCell.idl')
-rw-r--r--offapi/com/sun/star/table/XMergeableCell.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/table/XMergeableCell.idl b/offapi/com/sun/star/table/XMergeableCell.idl
index 7bfedda93787..b9bae73eac46 100644
--- a/offapi/com/sun/star/table/XMergeableCell.idl
+++ b/offapi/com/sun/star/table/XMergeableCell.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/table/XCell.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** provides methods to access information about a cell that is mergeable with
other sells.
@@ -36,26 +34,22 @@ module com { module sun { module star { module table {
*/
interface XMergeableCell: com::sun::star::table::XCell
{
- //-------------------------------------------------------------------------
/** returns the number of columns this cell spans.
*/
long getRowSpan();
- //-------------------------------------------------------------------------
/** returns the number of rows this cell spans.
*/
long getColumnSpan();
- //-------------------------------------------------------------------------
/** returns <TRUE/> if this cell is merged with another cell.
*/
boolean isMerged();
};
-//=============================================================================
}; }; }; };