summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:06:13 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-11 08:55:07 +0200
commit1e755202656276edf2f07de1a0b6e2583d59349e (patch)
treef9d450b65f8c3d103ebecb51fd198e414255fb16 /chart2
parent79ed7a64f6f43dff1d0285d7d450300bc941c251 (diff)
Fix typo
Change-Id: I9861cda038b6ab32aea44bc82dd0d1253a0679d4 Reviewed-on: https://gerrit.libreoffice.org/70579 Tested-by: Jenkins Reviewed-by: himajin100000 <himajin100000@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
index c3787eb933c6..9f6cfc4dc738 100644
--- a/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
+++ b/chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx
@@ -35,7 +35,7 @@ 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,
+ // we do this here cause the base class' call to destroyDialog won't reach us anymore: we're within a dtor,
// so this virtual-method-call the base class does not work, we're already dead then...
if (m_aDialog)
{