diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-08-07 10:51:05 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-07 11:31:52 +0300 |
commit | d63bcdf8818b66f784d3c040e4f9f92b43d2c56f (patch) | |
tree | 71a61662da17f13f41fa5f8c6d79995d31626b55 /include/sot | |
parent | 03d8fc6574e96b5817f3c9226e8af676bf89dd25 (diff) |
Bin obsolete and unused exchange actions
Change-Id: I6ae9353aa87c7b8303f77af98b968ae873c2f727
Diffstat (limited to 'include/sot')
-rw-r--r-- | include/sot/exchange.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/sot/exchange.hxx b/include/sot/exchange.hxx index 489ed9d9d310..770acaaa4575 100644 --- a/include/sot/exchange.hxx +++ b/include/sot/exchange.hxx @@ -98,23 +98,14 @@ SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVec #define EXCHG_IN_ACTION_MOVE ((sal_uInt16)com::sun::star::datatransfer::dnd::DNDConstants::ACTION_MOVE) #define EXCHG_IN_ACTION_COPY ((sal_uInt16)com::sun::star::datatransfer::dnd::DNDConstants::ACTION_COPY) #define EXCHG_IN_ACTION_LINK ((sal_uInt16)com::sun::star::datatransfer::dnd::DNDConstants::ACTION_LINK) -#define EXCHG_INOUT_ACTION_PRINT ((sal_uInt16)8) -#define EXCHG_INOUT_ACTION_DISCARD ((sal_uInt16)16) #define EXCHG_OUT_ACTION_INSERT_OBJ ((sal_uInt16)17) #define EXCHG_OUT_ACTION_INSERT_BOOKMARK ((sal_uInt16)18) -#define EXCHG_OUT_ACTION_INSERT_FILELINK ((sal_uInt16)19) #define EXCHG_OUT_ACTION_INSERT_FILE ((sal_uInt16)20) -#define EXCHG_OUT_ACTION_INSERT_FILELIST ((sal_uInt16)21) #define EXCHG_OUT_ACTION_INSERT_IMAGEMAP ((sal_uInt16)22) #define EXCHG_OUT_ACTION_INSERT_OLE ((sal_uInt16)23) #define EXCHG_OUT_ACTION_INSERT_INTERACTIVE ((sal_uInt16)24) -#define EXCHG_OUT_ACTION_INSERT_URLBUTTON ((sal_uInt16)25) -#define EXCHG_OUT_ACTION_INSERT_CHAOSOBJ ((sal_uInt16)26) // OBSOLET ab 500.b ? -#define EXCHG_OUT_ACTION_REPLACE_OBJ ((sal_uInt16)27) -#define EXCHG_OUT_ACTION_REPLACE_LINK ((sal_uInt16)28) #define EXCHG_OUT_ACTION_REPLACE_IMAGEMAP ((sal_uInt16)29) #define EXCHG_OUT_ACTION_GET_ATTRIBUTES ((sal_uInt16)30) -#define EXCHG_OUT_ACTION_UPLOAD ((sal_uInt16)31) // OBSOLET ab 500.b ? #define EXCHG_OUT_ACTION_MOVE_FILE ((sal_uInt16)32) #define EXCHG_OUT_ACTION_MOVE_FILELIST ((sal_uInt16)33) #define EXCHG_OUT_ACTION_UPDATE_RANGE ((sal_uInt16)34) @@ -134,12 +125,6 @@ SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVec #define EXCHG_OUT_ACTION_REPLACE_BITMAP ((sal_uInt16)48) #define EXCHG_OUT_ACTION_REPLACE_GRAPH ((sal_uInt16)49) #define EXCHG_OUT_ACTION_INSERT_GRAPH ((sal_uInt16)50) -#define EXCHG_OUT_ACTION_INSERT_MSGATTACH ((sal_uInt16)51) // obsolet ab 500.b ? -#define EXCHG_OUT_ACTION_COPY_CHAOSOBJ ((sal_uInt16)52) -#define EXCHG_OUT_ACTION_MOVE_CHAOSOBJ ((sal_uInt16)53) -#define EXCHG_OUT_ACTION_COPY_MSGATTACH ((sal_uInt16)54) -#define EXCHG_OUT_ACTION_COPY_BOOKMARK ((sal_uInt16)55) -#define EXCHG_OUT_ACTION_COPY_FILE ((sal_uInt16)56) #define EXCHG_OUT_ACTION_FLAG_CREATE_THEME ((sal_uInt16)0x0100) #define EXCHG_OUT_ACTION_FLAG_KEEP_POSSIZE ((sal_uInt16)0x0200) |