summaryrefslogtreecommitdiff
path: root/chart2/source/tools/WrappedPropertySet.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-05-09 14:45:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-05-09 21:01:50 +0200
commitdb9fecd377bbba373ca0818f90182f262f1360da (patch)
tree448a95f003120aba9df6e201e690e9e25336e978 /chart2/source/tools/WrappedPropertySet.cxx
parentc338638eeabbc959a4d71e04774365e628a093c2 (diff)
Drop redundant explicit initialization of MutexContainer base class
Change-Id: I028a34626f4e542d01f6ae7cd90fed5a24ad970d Reviewed-on: https://gerrit.libreoffice.org/72044 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'chart2/source/tools/WrappedPropertySet.cxx')
-rw-r--r--chart2/source/tools/WrappedPropertySet.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/tools/WrappedPropertySet.cxx b/chart2/source/tools/WrappedPropertySet.cxx
index 2e1ba7dd7d4a..75bb8b68594f 100644
--- a/chart2/source/tools/WrappedPropertySet.cxx
+++ b/chart2/source/tools/WrappedPropertySet.cxx
@@ -32,7 +32,6 @@ using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
WrappedPropertySet::WrappedPropertySet()
- : MutexContainer()
{
}
WrappedPropertySet::~WrappedPropertySet()