summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sot/exchange.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sot/exchange.hxx b/include/sot/exchange.hxx
index aed90f28a82f..3ea611799506 100644
--- a/include/sot/exchange.hxx
+++ b/include/sot/exchange.hxx
@@ -54,17 +54,12 @@ SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVec
#define EXCHG_IN_ACTION_MOVE (sal_uInt8(css::datatransfer::dnd::DNDConstants::ACTION_MOVE))
#define EXCHG_IN_ACTION_COPY (sal_uInt8(css::datatransfer::dnd::DNDConstants::ACTION_COPY))
#define EXCHG_IN_ACTION_LINK (sal_uInt8(css::datatransfer::dnd::DNDConstants::ACTION_LINK))
-#define EXCHG_OUT_ACTION_INSERT_OBJ ((sal_uInt8)17)
-#define EXCHG_OUT_ACTION_INSERT_BOOKMARK ((sal_uInt8)18)
#define EXCHG_OUT_ACTION_INSERT_FILE (sal_uInt8(20))
#define EXCHG_OUT_ACTION_INSERT_IMAGEMAP (sal_uInt8(22))
#define EXCHG_OUT_ACTION_INSERT_OLE (sal_uInt8(23))
#define EXCHG_OUT_ACTION_INSERT_INTERACTIVE (sal_uInt8(24))
#define EXCHG_OUT_ACTION_REPLACE_IMAGEMAP (sal_uInt8(29))
#define EXCHG_OUT_ACTION_GET_ATTRIBUTES (sal_uInt8(30))
-#define EXCHG_OUT_ACTION_MOVE_FILE ((sal_uInt8)32)
-#define EXCHG_OUT_ACTION_MOVE_FILELIST ((sal_uInt8)33)
-#define EXCHG_OUT_ACTION_UPDATE_RANGE ((sal_uInt8)34)
#define EXCHG_OUT_ACTION_INSERT_PRIVATE (sal_uInt8(35))
#define EXCHG_OUT_ACTION_INSERT_HTML (sal_uInt8(36))
#define EXCHG_OUT_ACTION_MOVE_PRIVATE (sal_uInt8(37))