summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/linenum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/linenum.hxx')
-rw-r--r--sw/source/uibase/inc/linenum.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/linenum.hxx b/sw/source/uibase/inc/linenum.hxx
index 6290c17bd2dc..127fb10efb27 100644
--- a/sw/source/uibase/inc/linenum.hxx
+++ b/sw/source/uibase/inc/linenum.hxx
@@ -35,7 +35,7 @@ private:
std::unique_ptr<weld::Widget> m_xDivRowsFT;
std::unique_ptr<weld::SpinButton> m_xNumIntervalNF;
std::unique_ptr<weld::ComboBoxText> m_xCharStyleLB;
- std::unique_ptr<NumberingTypeListBox> m_xFormatLB;
+ std::unique_ptr<SwNumberingTypeListBox> m_xFormatLB;
std::unique_ptr<weld::ComboBoxText> m_xPosLB;
std::unique_ptr<weld::MetricSpinButton> m_xOffsetMF;
std::unique_ptr<weld::Entry> m_xDivisorED;