summaryrefslogtreecommitdiff
path: root/include/svx/papersizelistbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/papersizelistbox.hxx')
-rw-r--r--include/svx/papersizelistbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/papersizelistbox.hxx b/include/svx/papersizelistbox.hxx
index d9ed3b42582d..0ba2de17ccf5 100644
--- a/include/svx/papersizelistbox.hxx
+++ b/include/svx/papersizelistbox.hxx
@@ -48,7 +48,7 @@ class SVX_DLLPUBLIC SvxPaperSizeListBox
private:
std::unique_ptr<weld::ComboBoxText> m_xControl;
public:
- SvxPaperSizeListBox(weld::ComboBoxText *pControl);
+ SvxPaperSizeListBox(std::unique_ptr<weld::ComboBoxText> pControl);
void FillPaperSizeEntries(PaperSizeApp eApp);
void SetSelection(Paper eSize);