[Libreoffice-commits] core.git: chart2/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 11 06:55:28 UTC 2019


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

New commits:
commit 1e755202656276edf2f07de1a0b6e2583d59349e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:06:13 2019 +0000
Commit:     Julien Nabet <serval2412 at 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 <himajin100000 at gmail.com>
    Reviewed-by: Julien Nabet <serval2412 at 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)
     {


More information about the Libreoffice-commits mailing list