diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-10-09 11:26:38 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-10-09 14:52:05 +0000 |
commit | c0096b5b8412a8bfd40b84491e6d6eccd6d98504 (patch) | |
tree | 26bdd4221d8cd35b53c90c72c336921b5f998b59 /include/comphelper | |
parent | f76b3dd039818cc2b297fa2a11b60d9e055e6d8c (diff) |
Hold the SolarMutex while updating properties; thanks to sberg.
Change-Id: Id9dc4c7e083da2a8d44c7295a8b605de81bca1ef
Reviewed-on: https://gerrit.libreoffice.org/19272
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/configurationlistener.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/comphelper/configurationlistener.hxx b/include/comphelper/configurationlistener.hxx index 88edd77ff1b5..0b9a872e777e 100644 --- a/include/comphelper/configurationlistener.hxx +++ b/include/comphelper/configurationlistener.hxx @@ -37,6 +37,7 @@ public: void dispose() { mxListener.clear(); } }; +/// Access to this class must be protected by the SolarMutex template< typename uno_type > class ConfigurationListenerProperty : public ConfigurationListenerPropertyBase { uno_type maValue; |