diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-10 16:51:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-10 20:24:34 +0200 |
commit | ad09c49b34f78770fa2510381dbc8b555baf05a1 (patch) | |
tree | c3107bf37dfb557e3edf38cbf98d459ac6279a4c /slideshow | |
parent | 83000b23e3e5817e0d3b44caf775edc3c5c97082 (diff) |
use o3tl::hash_combine
Change-Id: I0d6cd4313652669939cdbdc8e4ae7c62dae3022b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120280
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/inc/tools.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/source/inc/tools.hxx b/slideshow/source/inc/tools.hxx index f4210e477ea2..edfefe246fe4 100644 --- a/slideshow/source/inc/tools.hxx +++ b/slideshow/source/inc/tools.hxx @@ -70,7 +70,6 @@ namespace slideshow return d + (d >> 3); } - // xxx todo: remove with boost::hash when 1.33 is available template <typename T> struct hash { |