summaryrefslogtreecommitdiff
path: root/svtools/inc/vclxaccessibleheaderbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/vclxaccessibleheaderbar.hxx')
-rw-r--r--svtools/inc/vclxaccessibleheaderbar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/vclxaccessibleheaderbar.hxx b/svtools/inc/vclxaccessibleheaderbar.hxx
index ff750f9b6aee..4fcfd9e99536 100644
--- a/svtools/inc/vclxaccessibleheaderbar.hxx
+++ b/svtools/inc/vclxaccessibleheaderbar.hxx
@@ -36,7 +36,7 @@ class VCLXAccessibleHeaderBar : public VCLXAccessibleComponent
{
public:
- HeaderBar* m_pHeadBar;
+ VclPtr<HeaderBar> m_pHeadBar;
virtual ~VCLXAccessibleHeaderBar();
virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) SAL_OVERRIDE;