summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/textconv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/editeng/textconv.hxx')
-rw-r--r--editeng/source/editeng/textconv.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/editeng/source/editeng/textconv.hxx b/editeng/source/editeng/textconv.hxx
index 012811c457c8..50cbbcf0bc07 100644
--- a/editeng/source/editeng/textconv.hxx
+++ b/editeng/source/editeng/textconv.hxx
@@ -24,6 +24,7 @@
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <editeng/hangulhanja.hxx>
+#include <vcl/vclptr.hxx>
class EditView;
@@ -39,7 +40,7 @@ class TextConvWrapper : public editeng::HangulHanjaConversion
// starts from the cursor position
EditView * m_pEditView;
- vcl::Window * m_pWin;
+ VclPtr<vcl::Window> m_pWin;
bool m_bStartChk;
bool m_bStartDone;