[Libreoffice-commits] core.git: 2 commits - include/sfx2 include/sot
Stephan Bergmann
sbergman at redhat.com
Mon Jan 15 21:44:07 UTC 2018
include/sfx2/thumbnailview.hxx | 1 -
include/sot/exchange.hxx | 5 -----
2 files changed, 6 deletions(-)
New commits:
commit f2e3d8d34b3d3993d46e38c660a60cdfc7950090
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jan 15 20:42:54 2018 +0100
Remove unused EXCHG_OUT_ACTION_*
..._INSERT_BOOKMARK and ..._MOVE_FILE unused since
ef80b69819cbf9618041350b46ce4db892e42a80 "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
f108f9423b744fb97557539530f901962efbd8d0 "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/47914
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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))
commit 84184cc396ce11389e0e93f649c9320b14710bb4
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jan 15 20:18:55 2018 +0100
Remove unused THUMBNAILVIEW_APPEND
...unused since 6affa4be69aa31e27af9d50e9ab6bd740319c379 "callcatcher: update
list, stop hiding uncalled tests :-)"
Change-Id: I0a5a7ed3be508703887f00750e11b811162e6fc3
Reviewed-on: https://gerrit.libreoffice.org/47912
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index 7b1face96c87..e3cbca77ec0a 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -156,7 +156,6 @@ namespace drawinglayer {
/* ThumbnailView types */
-#define THUMBNAILVIEW_APPEND ((sal_uInt16)-1)
#define THUMBNAILVIEW_ITEM_NOTFOUND (sal_uInt16(-1))
// Display all the available items in the thumbnail.
More information about the Libreoffice-commits
mailing list