summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/cption.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/cption.hxx')
-rw-r--r--sw/source/uibase/inc/cption.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/cption.hxx b/sw/source/uibase/inc/cption.hxx
index 037debb11369..abf3855c52e1 100644
--- a/sw/source/uibase/inc/cption.hxx
+++ b/sw/source/uibase/inc/cption.hxx
@@ -58,7 +58,7 @@ class SwCaptionDialog : public SvxStandardDialog
VclPtr<SwCaptionPreview> m_pPreview;
SwView &rView; // search per active, avoid View
- SwFieldMgr *pMgr; // pointer to save the include
+ std::unique_ptr<SwFieldMgr> pMgr; // pointer to save the include
OUString sCharacterStyle;
bool bCopyAttributes;