summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleShapeTreeInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/AccessibleShapeTreeInfo.hxx')
-rw-r--r--include/svx/AccessibleShapeTreeInfo.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/AccessibleShapeTreeInfo.hxx b/include/svx/AccessibleShapeTreeInfo.hxx
index ec316f2498bb..deacfd385c28 100644
--- a/include/svx/AccessibleShapeTreeInfo.hxx
+++ b/include/svx/AccessibleShapeTreeInfo.hxx
@@ -26,6 +26,7 @@
#include <com/sun/star/frame/XController.hpp>
#include <svx/IAccessibleViewForwarder.hxx>
#include <svx/svxdllapi.h>
+#include <vcl/vclptr.hxx>
class SdrView;
namespace vcl { class Window; }
@@ -188,7 +189,7 @@ private:
/** This window is necessary to construct an SvxTextEditSource which in
turn is used to create an accessible edit engine.
*/
- vcl::Window* mpWindow;
+ VclPtr<vcl::Window> mpWindow;
/** The view forwarder allows the transformation between internal
and pixel coordinates and can be asked for the visible area.