diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-15 11:52:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-15 16:59:42 +0100 |
commit | 0880fb5e3e455cbe5279c6f9cdcd0772cff11312 (patch) | |
tree | bc5656631d0e8306403baeb4540e15ec845d5bfa /cui/source/inc | |
parent | d5670177aacde2d722cfba6fe8083544549533e0 (diff) |
use GetPopupParent for editeng transient dialogs
Change-Id: Ie799643b68ea41b4c4d0d0493755d09d3983d9e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110934
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/hangulhanjadlg.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/thesdlg.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/hangulhanjadlg.hxx b/cui/source/inc/hangulhanjadlg.hxx index 61d7f6317246..716efa0827b8 100644 --- a/cui/source/inc/hangulhanjadlg.hxx +++ b/cui/source/inc/hangulhanjadlg.hxx @@ -118,7 +118,7 @@ namespace svx std::unique_ptr<weld::CheckButton> m_xHanjaOnly; std::unique_ptr<weld::CheckButton> m_xReplaceByChar; public: - HangulHanjaConversionDialog(weld::Window* pParent); + HangulHanjaConversionDialog(weld::Widget* pParent); virtual ~HangulHanjaConversionDialog() override; public: diff --git a/cui/source/inc/thesdlg.hxx b/cui/source/inc/thesdlg.hxx index 9953b6b30014..de085d678682 100644 --- a/cui/source/inc/thesdlg.hxx +++ b/cui/source/inc/thesdlg.hxx @@ -69,7 +69,7 @@ public: void LookUp_Impl(); public: - SvxThesaurusDialog(weld::Window* pParent, + SvxThesaurusDialog(weld::Widget* pParent, css::uno::Reference< css::linguistic2::XThesaurus > const & xThesaurus, const OUString &rWord, LanguageType nLanguage); void SetWindowTitle( LanguageType nLanguage ); |