summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/PasteOperation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/PasteOperation.idl')
-rw-r--r--offapi/com/sun/star/sheet/PasteOperation.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sheet/PasteOperation.idl b/offapi/com/sun/star/sheet/PasteOperation.idl
index 69f191cb8aea..dce7a2a342ac 100644
--- a/offapi/com/sun/star/sheet/PasteOperation.idl
+++ b/offapi/com/sun/star/sheet/PasteOperation.idl
@@ -20,42 +20,35 @@
#ifndef __com_sun_star_sheet_PasteOperation_idl__
#define __com_sun_star_sheet_PasteOperation_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** used to specify which operations are carried out when pasting cell
values into a cell range.
*/
published enum PasteOperation
{
- //-------------------------------------------------------------------------
/** new values are used without changes.
*/
NONE,
- //-------------------------------------------------------------------------
/** old and new values are added.
*/
ADD,
- //-------------------------------------------------------------------------
/** new values are subtracted from the old values.
*/
SUBTRACT,
- //-------------------------------------------------------------------------
/** old and new values are multiplied.
*/
MULTIPLY,
- //-------------------------------------------------------------------------
/** new values are divided by the new values.
*/
@@ -63,7 +56,6 @@ published enum PasteOperation
};
-//=============================================================================
}; }; }; };