summaryrefslogtreecommitdiff
path: root/include/svx/hyperdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/hyperdlg.hxx')
-rw-r--r--include/svx/hyperdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/hyperdlg.hxx b/include/svx/hyperdlg.hxx
index c42601d6c15a..c0a41a602345 100644
--- a/include/svx/hyperdlg.hxx
+++ b/include/svx/hyperdlg.hxx
@@ -34,7 +34,7 @@ class AbstractSvxHpLinkDlg;
class SVX_DLLPUBLIC SvxHlinkDlgWrapper : public SfxChildWindow
{
private:
- AbstractSvxHpLinkDlg* mpDlg;
+ VclPtr<AbstractSvxHpLinkDlg> mpDlg;
public:
SvxHlinkDlgWrapper( vcl::Window*pParent, sal_uInt16 nId,