summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbinsdlg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-02 17:34:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-03 09:51:58 +0200
commitf0b4b42c39b314019438770c45778da2c6645d6c (patch)
treec442afd613a1ccd302fc760a3bd12ebcc70b96ec /sw/source/ui/dbui/dbinsdlg.cxx
parentfedf42c0a0d1ebe0c16516467a0730d350fa37dc (diff)
rename SwNumFormatListBox back to NumFormatListBox
Change-Id: Ie5d5a3d4bfad52d1f758a6b4e017a7f685630e97 Reviewed-on: https://gerrit.libreoffice.org/80066 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/dbui/dbinsdlg.cxx')
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index dc595d295667..a78e7acd2601 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -200,7 +200,7 @@ SwInsertDBColAutoPilot::SwInsertDBColAutoPilot( SwView& rView,
, m_xFormatFrame(m_xBuilder->weld_frame("formatframe"))
, m_xRbDbFormatFromDb(m_xBuilder->weld_radio_button("fromdatabase"))
, m_xRbDbFormatFromUsr(m_xBuilder->weld_radio_button("userdefined"))
- , m_xLbDbFormatFromUsr(new SwNumFormatListBox(m_xBuilder->weld_combo_box("numformat")))
+ , m_xLbDbFormatFromUsr(new NumFormatListBox(m_xBuilder->weld_combo_box("numformat")))
, m_xIbDbcolToEdit(m_xBuilder->weld_button("toedit"))
, m_xEdDbText(m_xBuilder->weld_text_view("textview"))
, m_xFtDbParaColl(m_xBuilder->weld_label("parastylelabel"))