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

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 24 15:50:07 UTC 2020


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

New commits:
commit 1800e22f81959c6cb56f8ed238ac68681dda1a21
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Fri Jul 24 13:33:08 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jul 24 17:49:26 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>

diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx
index fc7d8fe26652..ba59128312fb 100644
--- a/svx/source/form/datanavi.cxx
+++ b/svx/source/form/datanavi.cxx
@@ -2853,7 +2853,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