summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/DataPoint.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/model/main/DataPoint.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/model/main/DataPoint.cxx')
-rw-r--r--chart2/source/model/main/DataPoint.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/model/main/DataPoint.cxx b/chart2/source/model/main/DataPoint.cxx
index 6bbdd6f525ac..e7cd416217a8 100644
--- a/chart2/source/model/main/DataPoint.cxx
+++ b/chart2/source/model/main/DataPoint.cxx
@@ -95,7 +95,6 @@ DataPoint::DataPoint( const uno::Reference< beans::XPropertySet > & rParentPrope
}
DataPoint::DataPoint( const DataPoint & rOther ) :
- MutexContainer(),
impl::DataPoint_Base(rOther),
::property::OPropertySet( rOther, m_aMutex ),
m_xModifyEventForwarder( ModifyListenerHelper::createModifyEventForwarder()),