[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - svx/source

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 30 10:05:46 UTC 2020


 svx/source/form/datanavi.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f213e0b8a575e1846a7677fe9feb63f514748ea7
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Fri Jul 24 13:33:08 2020 +0200
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jul 30 12:05:09 2020 +0200

    tdf#135093: fix wording error dialog on Add Submissions dialog by blank input
    
    Don't replace the right string by application name
    
    It seems to come from:
    commit b5483af985ed8c49b0bb9ebcd096cc9530e35a38
    Author: Thomas Arnhold <thomas at arnhold.org>
    Date:   Fri Aug 15 21:28:56 2014 +0200
    
        ErrorBoxes from datanavi to String
    
    Change-Id: Ifd5a49537d0574bc2fb6530e70d19c31a35da914
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99371
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    (cherry picked from commit 1800e22f81959c6cb56f8ed238ac68681dda1a21)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99390
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx
index 59ae4d1f26bf..acf51c0ad4ef 100644
--- a/svx/source/form/datanavi.cxx
+++ b/svx/source/form/datanavi.cxx
@@ -2990,7 +2990,6 @@ namespace svxform
             std::unique_ptr<weld::MessageDialog> xErrorBox(Application::CreateMessageDialog(m_xDialog.get(),
                                                                      VclMessageType::Warning, VclButtonsType::Ok,
                                                                      SvxResId(RID_STR_EMPTY_SUBMISSIONNAME)));
-            xErrorBox->set_primary_text(Application::GetDisplayName());
             xErrorBox->run();
             return;
         }


More information about the Libreoffice-commits mailing list