diff options
Diffstat (limited to 'sw/inc/hhcwrp.hxx')
-rw-r--r-- | sw/inc/hhcwrp.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx index accde1e11ba9..f565401d830c 100644 --- a/sw/inc/hhcwrp.hxx +++ b/sw/inc/hhcwrp.hxx @@ -21,8 +21,6 @@ #include <editeng/hangulhanja.hxx> #include <editeng/svxenum.hxx> -#include <vcl/vclptr.hxx> -#include <vcl/window.hxx> #include "swdllapi.h" class SwView; @@ -33,7 +31,6 @@ class SwPaM; class SW_DLLPUBLIC SwHHCWrapper final : public editeng::HangulHanjaConversion { SwView * m_pView; - VclPtr<vcl::Window> m_pWin; SwWrtShell &m_rWrtShell; std::unique_ptr<SwConversionArgs> m_pConvArgs; /**< object for arguments (and results) needed |