summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/XMergeable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XMergeable.idl')
-rw-r--r--offapi/com/sun/star/util/XMergeable.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/XMergeable.idl b/offapi/com/sun/star/util/XMergeable.idl
index c5dd903310a0..6f7c2aac55a2 100644
--- a/offapi/com/sun/star/util/XMergeable.idl
+++ b/offapi/com/sun/star/util/XMergeable.idl
@@ -22,22 +22,18 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** represents a range of cells that can be merged.
*/
published interface XMergeable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** merges/unmerges the area specified by this object.
*/
void merge( [in] boolean bMerge );
- //-------------------------------------------------------------------------
/** @returns
<TRUE/> if the area specified by this object is merged,
or <FALSE/> otherwise.
@@ -46,7 +42,6 @@ published interface XMergeable: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };