summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XSheetPastable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSheetPastable.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSheetPastable.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/XSheetPastable.idl b/offapi/com/sun/star/sheet/XSheetPastable.idl
index 1476aed90a57..46c30036eaf7 100644
--- a/offapi/com/sun/star/sheet/XSheetPastable.idl
+++ b/offapi/com/sun/star/sheet/XSheetPastable.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/sheet/PasteOperation.idl>
#include <com/sun/star/sheet/CellInsertMode.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a sheet into which contents of the clipboard can be pasted.
@@ -38,14 +36,12 @@ module com { module sun { module star { module sheet {
*/
published interface XSheetPastable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** pastes the contents of the clipboard at the specified
position on the sheet.
*/
void paste( [in] com::sun::star::table::CellAddress aDestination );
- //-------------------------------------------------------------------------
/** pastes the contents of the clipboard at the
specified position on the sheet, using the specified format.
@@ -53,7 +49,6 @@ published interface XSheetPastable: com::sun::star::uno::XInterface
void pasteFormat( [in] com::sun::star::table::CellAddress aDestination,
[in] string aFormat );
- //-------------------------------------------------------------------------
/** pastes clipboard data from a cell range into
another cell range.
@@ -70,7 +65,6 @@ published interface XSheetPastable: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };