chart2/source/controller/dialogs/dlg_ChartType_UNO.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e755202656276edf2f07de1a0b6e2583d59349e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 10 16:06:13 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Apr 11 08:55:07 2019 +0200

    Fix typo
    
    Change-Id: I9861cda038b6ab32aea44bc82dd0d1253a0679d4
    Reviewed-on: https://gerrit.libreoffice.org/70579
    Tested-by: Jenkins
    Reviewed-by: himajin100000 <himajin100...@gmail.com>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to