diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2019-05-05 12:57:43 -0400 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-25 14:28:20 +0200 |
commit | d14f10ae64876c394a04fa1ca2b067033a79b0a8 (patch) | |
tree | 2322699a921981c94f8a1cbfab95350e88932f43 /desktop/inc | |
parent | 6fdd0e22fd87b9ac3345e9356129e55c6a393fd5 (diff) |
LOK: Reduce logging while processing events
Change-Id: I8ca457387715fcd085bcbf3107839d2629580f7b
Reviewed-on: https://gerrit.libreoffice.org/76296
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/lib/init.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx index 013162aa990f..b63794d2a9de 100644 --- a/desktop/inc/lib/init.hxx +++ b/desktop/inc/lib/init.hxx @@ -130,7 +130,7 @@ namespace desktop { typedef std::vector<CallbackData> queue_type; private: - void removeAll(const std::function<bool (const queue_type::value_type&)>& rTestFunc); + bool removeAll(const std::function<bool (const queue_type::value_type&)>& rTestFunc); queue_type m_queue; std::map<int, std::string> m_states; |