summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/SortableGridDataModel.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/SortableGridDataModel.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
index b7a4e95d7b0d..81da86c0c9e5 100644
--- a/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
+++ b/offapi/com/sun/star/awt/grid/SortableGridDataModel.idl
@@ -23,14 +23,12 @@
#include <com/sun/star/i18n/XCollator.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//==================================================================================================================
module com { module sun { module star { module awt { module grid {
interface XSortableMutableGridDataModel;
interface XMutableGridDataModel;
-//==================================================================================================================
/** provides a default implementation of a <type>XSortableGridData</type>.
@@ -86,11 +84,9 @@ service SortableGridDataModel : XSortableMutableGridDataModel
raises ( ::com::sun::star::lang::IllegalArgumentException );
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif