summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/TableRows.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/TableRows.idl')
-rw-r--r--offapi/com/sun/star/table/TableRows.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/table/TableRows.idl b/offapi/com/sun/star/table/TableRows.idl
index e5ca9187db3b..58d08f212f24 100644
--- a/offapi/com/sun/star/table/TableRows.idl
+++ b/offapi/com/sun/star/table/TableRows.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/table/XTableRows.idl>
#include <com/sun/star/container/XEnumerationAccess.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** represents a collection of all rows of a table or spreadsheet.
@@ -35,13 +33,11 @@ module com { module sun { module star { module table {
*/
published service TableRows
{
- //-------------------------------------------------------------------------
/** provides methods to insert and remove rows.
*/
interface com::sun::star::table::XTableRows;
- //-------------------------------------------------------------------------
/** creates an enumeration of all contained rows.
@@ -51,7 +47,6 @@ published service TableRows
};
-//=============================================================================
}; }; }; };