summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/DatabaseRanges.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DatabaseRanges.idl')
-rw-r--r--offapi/com/sun/star/sheet/DatabaseRanges.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseRanges.idl b/offapi/com/sun/star/sheet/DatabaseRanges.idl
index 383a45fc4177..a4652f71749c 100644
--- a/offapi/com/sun/star/sheet/DatabaseRanges.idl
+++ b/offapi/com/sun/star/sheet/DatabaseRanges.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/container/XEnumerationAccess.idl>
#include <com/sun/star/container/XIndexAccess.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a collection of database ranges in a spreadsheet document.
@@ -36,13 +34,11 @@ module com { module sun { module star { module sheet {
*/
published service DatabaseRanges
{
- //-------------------------------------------------------------------------
/** provides access to the database ranges and to insert and remove them.
*/
interface com::sun::star::sheet::XDatabaseRanges;
- //-------------------------------------------------------------------------
/** creates an enumeration of all database ranges.
@@ -50,7 +46,6 @@ published service DatabaseRanges
*/
interface com::sun::star::container::XEnumerationAccess;
- //-------------------------------------------------------------------------
/** provides access to the database ranges in the collection via index.
@@ -61,7 +56,6 @@ published service DatabaseRanges
};
-//=============================================================================
}; }; }; };