summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddb.hxx
diff options
context:
space:
mode:
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;