[Libreoffice-commits] core.git: include/sot

Tor Lillqvist tml at iki.fi
Wed Aug 7 01:32:15 PDT 2013


 include/sot/exchange.hxx |   15 ---------------
 1 file changed, 15 deletions(-)

New commits:
commit d63bcdf8818b66f784d3c040e4f9f92b43d2c56f
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Aug 7 10:51:05 2013 +0300

    Bin obsolete and unused exchange actions
    
    Change-Id: I6ae9353aa87c7b8303f77af98b968ae873c2f727

diff --git a/include/sot/exchange.hxx b/include/sot/exchange.hxx
index 489ed9d..770acaa 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)


More information about the Libreoffice-commits mailing list