Kaydet (Commit) d76ddd19 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused EXCHG_SOURCE_ constants

Change-Id: Ic2391f4da06e26ee11a2463d2508b0dccdbf52bd
üst fcf339ca
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> #include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
#include <sot/sotdllapi.h> #include <sot/sotdllapi.h>
#include <tools/solar.h> #include <tools/solar.h>
#include <o3tl/typed_flags_set.hxx>
class SotDataObject; class SotDataObject;
...@@ -68,15 +69,6 @@ SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVec ...@@ -68,15 +69,6 @@ SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVec
// further formats (only via CopyData/PasteData) // further formats (only via CopyData/PasteData)
#define FORMAT_RTF 10 #define FORMAT_RTF 10
// source options
#define EXCHG_SOURCE_MOVEABLE ((sal_uInt16)0x0001)
#define EXCHG_SOURCE_COPYABLE ((sal_uInt16)0x0002)
#define EXCHG_SOURCE_LINKABLE ((sal_uInt16)0x0004)
#define EXCHG_SOURCE_PRINTABLE ((sal_uInt16)0x0008)
#define EXCHG_SOURCE_DISCARDABLE ((sal_uInt16)0x0010)
#define EXCHG_SOURCE_ALL ((sal_uInt16)0x001F)
#define EXCHG_SOURCE_DEF_COPYABLE ((sal_uInt16)0x0020)
// actions // actions
#define EXCHG_ACTION_MASK ((sal_uInt16)0x00FF) #define EXCHG_ACTION_MASK ((sal_uInt16)0x00FF)
#define EXCHG_INOUT_ACTION_NONE ((sal_uInt16)com::sun::star::datatransfer::dnd::DNDConstants::ACTION_NONE) #define EXCHG_INOUT_ACTION_NONE ((sal_uInt16)com::sun::star::datatransfer::dnd::DNDConstants::ACTION_NONE)
...@@ -169,7 +161,7 @@ public: ...@@ -169,7 +161,7 @@ public:
const DataFlavorExVector& rDataFlavorExVector, const DataFlavorExVector& rDataFlavorExVector,
// destination of an action (EXCHG_DEST_*) // destination of an action (EXCHG_DEST_*)
sal_uInt16 nDestination, sal_uInt16 nDestination,
// action for a source (EXCHG_SOURCE_...) // action for a source
sal_uInt16 nSourceOptions, sal_uInt16 nSourceOptions,
// user action (EXCHG_IN_*, EXCHG_INOUT_*) // user action (EXCHG_IN_*, EXCHG_INOUT_*)
sal_uInt16 nUserAction, sal_uInt16 nUserAction,
......
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