summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/SwSpellDialogChildWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/SwSpellDialogChildWindow.hxx')
-rw-r--r--sw/source/uibase/inc/SwSpellDialogChildWindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/SwSpellDialogChildWindow.hxx b/sw/source/uibase/inc/SwSpellDialogChildWindow.hxx
index a1006d8df80b..50f8fdfdeaf7 100644
--- a/sw/source/uibase/inc/SwSpellDialogChildWindow.hxx
+++ b/sw/source/uibase/inc/SwSpellDialogChildWindow.hxx
@@ -29,7 +29,7 @@ class SwSpellDialogChildWindow
: public svx::SpellDialogChildWindow
{
bool m_bIsGrammarCheckingOn;
- SpellState* m_pSpellState;
+ std::unique_ptr<SpellState> m_pSpellState;
SwWrtShell* GetWrtShell_Impl();
bool MakeTextSelection_Impl(SwWrtShell& rSh, ShellMode eSelMode);