summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddb.hxx
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/fldui/flddb.hxx
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/fldui/flddb.hxx')
-rw-r--r--sw/source/ui/fldui/flddb.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/flddb.hxx b/sw/source/ui/fldui/flddb.hxx
index ad16a62863bf..ed499cbe9755 100644
--- a/sw/source/ui/fldui/flddb.hxx
+++ b/sw/source/ui/fldui/flddb.hxx
@@ -42,7 +42,7 @@ class SwFieldDBPage : public SwFieldPage
std::unique_ptr<weld::Entry> m_xValueED;
std::unique_ptr<weld::RadioButton> m_xDBFormatRB;
std::unique_ptr<weld::RadioButton> m_xNewFormatRB;
- std::unique_ptr<SwNumFormatListBox> m_xNumFormatLB;
+ std::unique_ptr<NumFormatListBox> m_xNumFormatLB;
std::unique_ptr<weld::ComboBox> m_xFormatLB;
std::unique_ptr<weld::Widget> m_xFormat;