diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-09-22 10:59:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-09-22 13:27:08 +0200 |
commit | 6a20b266a6e2cfc46f4fd03a4955199ed16b5bce (patch) | |
tree | 10eb7b129a472571dec3d32958342b8eeb33419d | |
parent | d993bb6e77d9e94abeb487a24084d34b6605f730 (diff) |
lock older -> lock order
Change-Id: I50d2a73e6b95516f421fb71028af67fe116949d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122425
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | extensions/source/update/check/updatecheck.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx index 99aa5f624889..b9b64a4dfb9c 100644 --- a/extensions/source/update/check/updatecheck.cxx +++ b/extensions/source/update/check/updatecheck.cxx @@ -814,7 +814,7 @@ UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues, bool downloadPaused = aModel.isDownloadPaused(); enableDownload(true, downloadPaused); - // coverity[lock_order : FALSE] - incorrect report of lock older error with std::recursive_mutex + // coverity[lock_order : FALSE] - incorrect report of lock order error with std::recursive_mutex setUIState(downloadPaused ? UPDATESTATE_DOWNLOAD_PAUSED : UPDATESTATE_DOWNLOADING); } |