diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-15 20:18:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-15 22:43:47 +0100 |
commit | 84184cc396ce11389e0e93f649c9320b14710bb4 (patch) | |
tree | 9c6a46efd65b33ef44f22325148c0082f8c8bb40 /include/sfx2 | |
parent | 2733ca6c0aed6468c26fd7a80b0b50e32fd608c4 (diff) |
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@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/thumbnailview.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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. |