summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/genericpropertyset.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/comphelper/source/property/genericpropertyset.cxx b/comphelper/source/property/genericpropertyset.cxx
index 26f21e987e29..b9a8bf84af45 100644
--- a/comphelper/source/property/genericpropertyset.cxx
+++ b/comphelper/source/property/genericpropertyset.cxx
@@ -44,19 +44,14 @@ namespace comphelper
{
namespace {
- struct IMPL_GenericPropertySet_MutexContainer
- {
- Mutex maMutex;
- };
-
class GenericPropertySet : public OWeakAggObject,
public XServiceInfo,
public XTypeProvider,
- public PropertySetHelper,
- private IMPL_GenericPropertySet_MutexContainer
+ public PropertySetHelper
{
private:
std::map<OUString, Any> maAnyMap;
+ osl::Mutex maMutex;
comphelper::OMultiTypeInterfaceContainerHelperVar3<XPropertyChangeListener, OUString> m_aListener;
protected: