summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XGridColumnFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XGridColumnFactory.idl')
-rw-r--r--offapi/com/sun/star/form/XGridColumnFactory.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/XGridColumnFactory.idl b/offapi/com/sun/star/form/XGridColumnFactory.idl
index 1fa6dabb2417..5b78ff9b23c4 100644
--- a/offapi/com/sun/star/form/XGridColumnFactory.idl
+++ b/offapi/com/sun/star/form/XGridColumnFactory.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module form {
-//=============================================================================
/** allows to create columns to be added into a grid control model.
@@ -43,7 +41,6 @@
*/
published interface XGridColumnFactory: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** creates a new column object
@@ -59,7 +56,6 @@ published interface XGridColumnFactory: com::sun::star::uno::XInterface
com::sun::star::beans::XPropertySet createColumn( [in] string aColumnType )
raises( com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** returns a list of available column types.
@@ -69,7 +65,6 @@ published interface XGridColumnFactory: com::sun::star::uno::XInterface
sequence<string> getColumnTypes();
};
-//=============================================================================
}; }; }; };