From 3cf6d908c21400e005dcbf03a94282279fe61b9b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 23 May 2020 19:57:01 +0100 Subject: nospin hack no longer in use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib855c429ac936f9b7bb219ad4729f99b0625ec37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94734 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- sw/source/ui/dbui/createaddresslistdialog.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/ui/dbui') diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx index 08a9faff23df..b6cc629cfad8 100644 --- a/sw/source/ui/dbui/createaddresslistdialog.cxx +++ b/sw/source/ui/dbui/createaddresslistdialog.cxx @@ -216,8 +216,8 @@ SwCreateAddressListDialog::SwCreateAddressListDialog( , m_xCustomizePB(m_xBuilder->weld_button("CUSTOMIZE")) , m_xStartPB(m_xBuilder->weld_button("START")) , m_xPrevPB(m_xBuilder->weld_button("PREV")) - , m_xSetNoED(m_xBuilder->weld_entry("SETNO-nospin")) - , m_xSetNoNF(m_xBuilder->weld_spin_button("SETNO")) + , m_xSetNoED(m_xBuilder->weld_entry("SETNOED")) + , m_xSetNoNF(m_xBuilder->weld_spin_button("SETNONF")) , m_xNextPB(m_xBuilder->weld_button("NEXT")) , m_xEndPB(m_xBuilder->weld_button("END")) , m_xOK(m_xBuilder->weld_button("ok")) -- cgit