From db9fecd377bbba373ca0818f90182f262f1360da Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 9 May 2019 14:45:03 +0200 Subject: 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 --- chart2/source/tools/ErrorBar.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'chart2/source/tools/ErrorBar.cxx') 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), -- cgit