diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-30 11:34:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-31 13:30:59 +0100 |
commit | e2aa85a6fbc039e8b1950f0e4b8484595d0b47eb (patch) | |
tree | 2658525d24372ee535be570d682c9f1ca75a178b /editeng/inc/edtspell.hxx | |
parent | 32c53b465bc2052c2756f12294699fabae754756 (diff) |
avoid intermediate vcl::Windows
Change-Id: Iac6bc83265e007a699a8993b89ac2efaa3739d95
Reviewed-on: https://gerrit.libreoffice.org/81761
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'editeng/inc/edtspell.hxx')
-rw-r--r-- | editeng/inc/edtspell.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editeng/inc/edtspell.hxx b/editeng/inc/edtspell.hxx index d21ce140cf8c..51e4df5e0635 100644 --- a/editeng/inc/edtspell.hxx +++ b/editeng/inc/edtspell.hxx @@ -50,10 +50,7 @@ protected: virtual bool SpellMore() override; public: - EditSpellWrapper( vcl::Window* pWin, - bool bIsStart, - EditView* pView ); - + EditSpellWrapper(weld::Window* pWin, bool bIsStart, EditView* pView); }; /** |