summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XUsedAreaCursor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XUsedAreaCursor.idl')
-rw-r--r--offapi/com/sun/star/sheet/XUsedAreaCursor.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XUsedAreaCursor.idl b/offapi/com/sun/star/sheet/XUsedAreaCursor.idl
index fd9e4d674b12..0a87fb139310 100644
--- a/offapi/com/sun/star/sheet/XUsedAreaCursor.idl
+++ b/offapi/com/sun/star/sheet/XUsedAreaCursor.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides methods to find the used area of the entire sheet.
@@ -38,7 +36,6 @@ module com { module sun { module star { module sheet {
*/
published interface XUsedAreaCursor: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** points the cursor to the start of the used area.
@@ -48,7 +45,6 @@ published interface XUsedAreaCursor: com::sun::star::uno::XInterface
*/
void gotoStartOfUsedArea( [in] boolean bExpand );
- //-------------------------------------------------------------------------
/** points the cursor to the end of the used area.
@@ -60,7 +56,6 @@ published interface XUsedAreaCursor: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };