summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XGridPeer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XGridPeer.idl')
-rw-r--r--offapi/com/sun/star/form/XGridPeer.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/XGridPeer.idl b/offapi/com/sun/star/form/XGridPeer.idl
index d741e8479e24..380d3f59e4fc 100644
--- a/offapi/com/sun/star/form/XGridPeer.idl
+++ b/offapi/com/sun/star/form/XGridPeer.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/container/XIndexContainer.idl>
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** represents the window peer of a GridControl and allows you to set
and retrieve the model data.
@@ -44,13 +42,11 @@
*/
published interface XGridPeer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** retrieves the currently used column definitions of the peer.
*/
com::sun::star::container::XIndexContainer getColumns();
- //-------------------------------------------------------------------------
/** sets the column definition for the peer.
*/
@@ -58,7 +54,6 @@ published interface XGridPeer: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };