summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XSpreadsheets.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSpreadsheets.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSpreadsheets.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/XSpreadsheets.idl b/offapi/com/sun/star/sheet/XSpreadsheets.idl
index 4b73b0f9914d..9f46690b1692 100644
--- a/offapi/com/sun/star/sheet/XSpreadsheets.idl
+++ b/offapi/com/sun/star/sheet/XSpreadsheets.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/container/XNameContainer.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides methods to access the spreadsheets by name and to insert,
copy, remove and rearrange spreadsheets.
@@ -35,7 +33,6 @@ module com { module sun { module star { module sheet {
*/
published interface XSpreadsheets: com::sun::star::container::XNameContainer
{
- //-------------------------------------------------------------------------
/** inserts a new sheet into the collection.
@@ -46,7 +43,6 @@ published interface XSpreadsheets: com::sun::star::container::XNameContainer
*/
void insertNewByName( [in] string aName, [in] short nPosition );
- //-------------------------------------------------------------------------
/** moves a sheet within the collection.
@@ -57,7 +53,6 @@ published interface XSpreadsheets: com::sun::star::container::XNameContainer
*/
void moveByName( [in] string aName, [in] short nDestination );
- //-------------------------------------------------------------------------
/** copies a sheet within the collection.
@@ -75,7 +70,6 @@ published interface XSpreadsheets: com::sun::star::container::XNameContainer
};
-//=============================================================================
}; }; }; };