summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/fldwrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/fldwrap.hxx')
-rw-r--r--sw/source/uibase/inc/fldwrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/fldwrap.hxx b/sw/source/uibase/inc/fldwrap.hxx
index d7abe750b8e6..0ebd58b45a45 100644
--- a/sw/source/uibase/inc/fldwrap.hxx
+++ b/sw/source/uibase/inc/fldwrap.hxx
@@ -25,7 +25,7 @@ class AbstractSwFieldDlg;
class SwFieldDlgWrapper : public SwChildWinWrapper
{
public:
- AbstractSwFieldDlg * pDlgInterface;
+ VclPtr<AbstractSwFieldDlg> pDlgInterface;
SwFieldDlgWrapper( vcl::Window* pParent, sal_uInt16 nId,
SfxBindings* pBindings, SfxChildWinInfo* pInfo );
@@ -39,7 +39,7 @@ public:
class SwFieldDataOnlyDlgWrapper : public SwChildWinWrapper
{
public:
- AbstractSwFieldDlg * pDlgInterface;
+ VclPtr<AbstractSwFieldDlg> pDlgInterface;
SwFieldDataOnlyDlgWrapper( vcl::Window* pParent, sal_uInt16 nId,
SfxBindings* pBindings, SfxChildWinInfo* pInfo );