summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XDatabaseRanges.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDatabaseRanges.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDatabaseRanges.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/XDatabaseRanges.idl b/offapi/com/sun/star/sheet/XDatabaseRanges.idl
index 4182ff802c66..3e9f9f1bf130 100644
--- a/offapi/com/sun/star/sheet/XDatabaseRanges.idl
+++ b/offapi/com/sun/star/sheet/XDatabaseRanges.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/container/XNameAccess.idl>
#include <com/sun/star/table/CellRangeAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides functions to manage a collection of database ranges.
@@ -35,7 +33,6 @@ module com { module sun { module star { module sheet {
*/
published interface XDatabaseRanges: com::sun::star::container::XNameAccess
{
- //-------------------------------------------------------------------------
/** adds a new database range to the collection.
*/
@@ -43,7 +40,6 @@ published interface XDatabaseRanges: com::sun::star::container::XNameAccess
[in] string aName,
[in] com::sun::star::table::CellRangeAddress aRange );
- //-------------------------------------------------------------------------
/** removes a database range from the collection.
*/
@@ -51,7 +47,6 @@ published interface XDatabaseRanges: com::sun::star::container::XNameAccess
};
-//=============================================================================
}; }; }; };