diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-07-22 22:18:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-23 11:33:37 +0200 |
commit | 0de7513cd73f1f35265e42f9a2b9befe81302c2c (patch) | |
tree | 2aaba5295e7e7222c85bdbec3fb724302396b2b3 /sfx2 | |
parent | 4e512171c21a193027c35d19a5273507a2725596 (diff) |
osl::Mutex->std::mutex in AsynchronLink
and inline the mutex since the only two users of this class both
want the mutex
Change-Id: I7821d67ad77e08059ef2fe6ccc6cc06570e8070b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119393
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index c7655e2c5f62..b9e089eb8b82 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -462,7 +462,6 @@ SfxMedium_Impl::SfxMedium_Impl() : nLastStorageError( ERRCODE_NONE ), m_nSignatureState( SignatureState::NOSIGNATURES ) { - aDoneLink.CreateMutex(); } |