summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/XGrid.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XGrid.idl')
-rw-r--r--offapi/com/sun/star/form/XGrid.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/XGrid.idl b/offapi/com/sun/star/form/XGrid.idl
index 6ee3131e702e..0bb5efc4cdb2 100644
--- a/offapi/com/sun/star/form/XGrid.idl
+++ b/offapi/com/sun/star/form/XGrid.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** provides the possibility of setting and retrieving the position
of the current cell in a grid control.
@@ -45,13 +43,11 @@
*/
published interface XGrid: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** retrieves the current column position.
*/
short getCurrentColumnPosition();
- //-------------------------------------------------------------------------
/** sets the current column position.
*/
@@ -59,7 +55,6 @@ published interface XGrid: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };