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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sun May 24 19:33:48 UTC 2020


 sw/source/ui/dbui/createaddresslistdialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b6595bc09b02fcff75da5bf498ddb0de4de0247
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat May 23 21:49:22 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun May 24 21:33:13 2020 +0200

    use SETNOSB for name
    
    Change-Id: Ia05d6a267e19d2a0a3b45862f4a7d04568e950e5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94742
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx
index b6cc629cfad8..d7c9ca8c9b6d 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -217,7 +217,7 @@ SwCreateAddressListDialog::SwCreateAddressListDialog(
     , m_xStartPB(m_xBuilder->weld_button("START"))
     , m_xPrevPB(m_xBuilder->weld_button("PREV"))
     , m_xSetNoED(m_xBuilder->weld_entry("SETNOED"))
-    , m_xSetNoNF(m_xBuilder->weld_spin_button("SETNONF"))
+    , m_xSetNoNF(m_xBuilder->weld_spin_button("SETNOSB"))
     , m_xNextPB(m_xBuilder->weld_button("NEXT"))
     , m_xEndPB(m_xBuilder->weld_button("END"))
     , m_xOK(m_xBuilder->weld_button("ok"))


More information about the Libreoffice-commits mailing list