summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/grid/XSortableGridData.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XSortableGridData.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XSortableGridData.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/grid/XSortableGridData.idl b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
index d29afba9c4e0..648833064201 100644
--- a/offapi/com/sun/star/awt/grid/XSortableGridData.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/beans/Pair.idl>
-//==================================================================================================================
module com { module sun { module star { module awt { module grid {
-//==================================================================================================================
/** allows to sort the data represented by a <type>XGridDataModel</type>
*/
@@ -61,11 +59,9 @@ interface XSortableGridData
getCurrentSortOrder();
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif