summaryrefslogtreecommitdiffstats
path: root/include/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-07-28 20:27:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-07-29 13:52:55 +0200
commita57ec3ca97b587c76dc082b75532cc62d423cc8d (patch)
tree755697d219d8da567b9cdd3bd4a883837b3befbb /include/editeng
parentIntialize the VCL test dialog directly instead of dispatching command (diff)
downloadcore-a57ec3ca97b587c76dc082b75532cc62d423cc8d.tar.gz
core-a57ec3ca97b587c76dc082b75532cc62d423cc8d.zip
use the parent as available from HangulHanjaConversion
Change-Id: I9b8e34f4358620f2bc3c510ea3d581be8f87bb97 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119648 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/hangulhanja.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx
index 25c7d0b1d354..cbbeaef658f0 100644
--- a/include/editeng/hangulhanja.hxx
+++ b/include/editeng/hangulhanja.hxx
@@ -122,6 +122,7 @@ namespace editeng
// converts the whole document
void ConvertDocument();
+ weld::Widget* GetUIParent() const; // the parent window for any UI we raise
LanguageType GetSourceLanguage() const;
LanguageType GetTargetLanguage() const;
const vcl::Font* GetTargetFont() const;