summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accdoc.hxx')
-rw-r--r--sw/source/core/access/accdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accdoc.hxx b/sw/source/core/access/accdoc.hxx
index 7f630af8355e..1ed2be42e750 100644
--- a/sw/source/core/access/accdoc.hxx
+++ b/sw/source/core/access/accdoc.hxx
@@ -36,7 +36,7 @@ class SwAccessibleDocumentBase : public SwAccessibleContext
::com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessible> mxParent;
- vcl::Window* mpChildWin; // protected by solar mutext
+ VclPtr<vcl::Window> mpChildWin; // protected by solar mutext
using SwAccessibleFrame::SetVisArea;