summaryrefslogtreecommitdiff
path: root/include/svx/pagenumberlistbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/pagenumberlistbox.hxx')
-rw-r--r--include/svx/pagenumberlistbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/pagenumberlistbox.hxx b/include/svx/pagenumberlistbox.hxx
index 4d15369b0545..51cc94e53a81 100644
--- a/include/svx/pagenumberlistbox.hxx
+++ b/include/svx/pagenumberlistbox.hxx
@@ -39,7 +39,7 @@ class SVX_DLLPUBLIC SvxPageNumberListBox
private:
std::unique_ptr<weld::ComboBoxText> m_xControl;
public:
- SvxPageNumberListBox(weld::ComboBoxText* pControl);
+ SvxPageNumberListBox(std::unique_ptr<weld::ComboBoxText> pControl);
int get_count() const { return m_xControl->get_count(); }
OUString get_id(int pos) const { return m_xControl->get_id(pos); }
int get_active() const { return m_xControl->get_active(); }