summaryrefslogtreecommitdiff
path: root/include/svx/SpellDialogChildWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/SpellDialogChildWindow.hxx')
-rw-r--r--include/svx/SpellDialogChildWindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/SpellDialogChildWindow.hxx b/include/svx/SpellDialogChildWindow.hxx
index 9f1b3f20accf..b3d938c15b07 100644
--- a/include/svx/SpellDialogChildWindow.hxx
+++ b/include/svx/SpellDialogChildWindow.hxx
@@ -46,7 +46,7 @@ class SVX_DLLPUBLIC SpellDialogChildWindow
: public SfxChildWindow
{
friend class SpellDialog;
- std::unique_ptr<AbstractSpellDialog> m_xAbstractSpellDialog;
+ VclPtr<AbstractSpellDialog> m_xAbstractSpellDialog;
public:
SpellDialogChildWindow (
vcl::Window*pParent,