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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/editeng/textconv.hxx b/editeng/source/editeng/textconv.hxx
index d8073b758925..1dabca5d45b4 100644
--- a/editeng/source/editeng/textconv.hxx
+++ b/editeng/source/editeng/textconv.hxx
@@ -39,7 +39,7 @@ class TextConvWrapper : public editeng::HangulHanjaConversion
// starts from the cursor position
EditView * m_pEditView;
- Window * m_pWin;
+ vcl::Window * m_pWin;
bool m_bStartChk;
bool m_bStartDone;
@@ -94,7 +94,7 @@ protected:
public:
- TextConvWrapper( Window* pWindow,
+ TextConvWrapper( vcl::Window* pWindow,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext,
const ::com::sun::star::lang::Locale& rSourceLocale,
const ::com::sun::star::lang::Locale& rTargetLocale,