diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-02-21 09:29:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-02-21 11:02:47 +0000 |
commit | eb11a07c4891412b48de00105d13d18241916506 (patch) | |
tree | ab01e8d0f70ebde2d9d8108cc7a288a30751b07a /include/svx | |
parent | c2c22a8ca6e04779c4daada73003b03c963b4cfd (diff) |
osl::Mutex->std::mutex in FmSearchConfigItem
Change-Id: Ic7d805f05f906a1f61ad958d33de0102d6835a36
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147380
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/fmsrccfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmsrccfg.hxx b/include/svx/fmsrccfg.hxx index ea8e80fe780a..b7f29d793bb8 100644 --- a/include/svx/fmsrccfg.hxx +++ b/include/svx/fmsrccfg.hxx @@ -97,7 +97,7 @@ namespace svxform // order matters! { private: - ::osl::Mutex m_aMutex; + std::mutex m_aMutex; // wrapper properties: // some of the members of FmSearchParams are must be translated to be stored in the configuration |