summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ErrorBar.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/ErrorBar.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/ErrorBar.cxx')
-rw-r--r--chart2/source/tools/ErrorBar.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/tools/ErrorBar.cxx b/chart2/source/tools/ErrorBar.cxx
index 04512746c8d6..268c4988c904 100644
--- a/chart2/source/tools/ErrorBar.cxx
+++ b/chart2/source/tools/ErrorBar.cxx
@@ -96,7 +96,6 @@ ErrorBar::ErrorBar() :
{}
ErrorBar::ErrorBar( const ErrorBar & rOther ) :
- MutexContainer(),
impl::ErrorBar_Base(rOther),
maDashName(rOther.maDashName),
maLineDash(rOther.maLineDash),