diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-05-09 14:45:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-05-09 21:01:50 +0200 |
commit | db9fecd377bbba373ca0818f90182f262f1360da (patch) | |
tree | 448a95f003120aba9df6e201e690e9e25336e978 /chart2/source/tools/ErrorBar.cxx | |
parent | c338638eeabbc959a4d71e04774365e628a093c2 (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.cxx | 1 |
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), |