Kaydet (Commit) f2e3d8d3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused EXCHG_OUT_ACTION_*

..._INSERT_BOOKMARK and ..._MOVE_FILE unused since
ef80b698 "remve all the old/not used destination
defines", and no other traces of ..._INSERT_OBJ, ..._MOVE_FILELIST,
..._UPDATE_RANGE use apart from their definitions in
f108f942 "INTEGRATION: CWS hedaburemove01:
 #72503# get rid of hedabu procedure: Moving headers to sot/inc/sot and
correspondent necessary changes"

Change-Id: Ia352add990d120b8b7562c62f2f2ca8afda92f47
Reviewed-on: https://gerrit.libreoffice.org/47914Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 84184cc3
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment