summaryrefslogtreecommitdiffstats
path: root/include/editeng/edtdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-19 13:47:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-20 09:56:54 +0200
commit41db073808566641a3c364e6490f33b7f204d0b0 (patch)
tree56748a1212bf2f2f049a47d8815d15224aee34d4 /include/editeng/edtdlg.hxx
parentuse can-focus for TB_TABSTOP|WB_NOTABSTOP, not editable (diff)
downloadcore-41db073808566641a3c364e6490f33b7f204d0b0.tar.gz
core-41db073808566641a3c364e6490f33b7f204d0b0.zip
weld SvxHyphenWordDialog
Change-Id: If92d57c5c807a7fc04fe66a748aa385c558be664 Reviewed-on: https://gerrit.libreoffice.org/60774 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/editeng/edtdlg.hxx')
-rw-r--r--include/editeng/edtdlg.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/editeng/edtdlg.hxx b/include/editeng/edtdlg.hxx
index be4722bc31b0..caacc97b9ac0 100644
--- a/include/editeng/edtdlg.hxx
+++ b/include/editeng/edtdlg.hxx
@@ -50,8 +50,6 @@ class AbstractHyphenWordDialog : public VclAbstractDialog
{
protected:
virtual ~AbstractHyphenWordDialog() override = default;
-public:
- virtual vcl::Window* GetWindow() = 0;
};
class AbstractHangulHanjaConversionDialog : public VclAbstractTerminatedDialog
@@ -93,10 +91,10 @@ public:
virtual VclPtr<AbstractThesaurusDialog> CreateThesaurusDialog( vcl::Window*, css::uno::Reference< css::linguistic2::XThesaurus > xThesaurus,
const OUString &rWord, LanguageType nLanguage ) = 0;
- virtual VclPtr<AbstractHyphenWordDialog> CreateHyphenWordDialog( vcl::Window*,
+ virtual VclPtr<AbstractHyphenWordDialog> CreateHyphenWordDialog(weld::Window*,
const OUString &rWord, LanguageType nLang,
css::uno::Reference< css::linguistic2::XHyphenator > &xHyphen,
- SvxSpellWrapper* pWrapper ) = 0;
+ SvxSpellWrapper* pWrapper) = 0;
virtual VclPtr<AbstractHangulHanjaConversionDialog> CreateHangulHanjaConversionDialog( vcl::Window* _pParent,
editeng::HangulHanjaConversion::ConversionDirection _ePrimaryDirection ) = 0;
};