summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-23 19:57:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-23 22:43:49 +0200
commit3cf6d908c21400e005dcbf03a94282279fe61b9b (patch)
treeb7cd96e3575cbdd28bc864d877e55bc048c63956 /sw/source
parent93649784ddbb7d9ca779d14fd60fb97385325d17 (diff)
nospin hack no longer in use
Change-Id: Ib855c429ac936f9b7bb219ad4729f99b0625ec37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94734 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/dbui/createaddresslistdialog.cxx4
1 files changed, 2 insertions, 2 deletions
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"))