summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/fldedt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/fldedt.hxx')
-rw-r--r--sw/source/uibase/inc/fldedt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/fldedt.hxx b/sw/source/uibase/inc/fldedt.hxx
index 23f0685f6270..cb7bd4f718f7 100644
--- a/sw/source/uibase/inc/fldedt.hxx
+++ b/sw/source/uibase/inc/fldedt.hxx
@@ -28,9 +28,9 @@ class SwFldMgr;
class SwFldEditDlg : public SfxSingleTabDialog
{
SwWrtShell* pSh;
- PushButton* m_pPrevBT;
- PushButton* m_pNextBT;
- PushButton* m_pAddressBT;
+ VclPtr<PushButton> m_pPrevBT;
+ VclPtr<PushButton> m_pNextBT;
+ VclPtr<PushButton> m_pAddressBT;
DECL_LINK(AddressHdl, void *);
DECL_LINK(NextPrevHdl, Button *pBt = 0);