From fc2590cfa112222500a6c847917d7545f60024c6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 26 Apr 2016 09:56:47 +0200 Subject: Fix typos Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73 Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2/source') diff --git a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx index 9646339e45ae..6e10a3331175 100644 --- a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx +++ b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx @@ -31,8 +31,8 @@ ChartTypeUnoDlg::ChartTypeUnoDlg( const uno::Reference< uno::XComponentContext > } ChartTypeUnoDlg::~ChartTypeUnoDlg() { - // we do this here cause the base class' call to destroyDialog won't reach us anymore : we're within an dtor, - // so this virtual-method-call the base class does does not work, we're already dead then ... + // we do this here cause the base class' call to destroyDialog won't reach us anymore: we're within an dtor, + // so this virtual-method-call the base class does not work, we're already dead then... if (m_pDialog) { ::osl::MutexGuard aGuard(m_aMutex); -- cgit