diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-28 18:21:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-29 17:28:11 +0200 |
commit | 281a44a61b692f85007412d0b460284fc228b751 (patch) | |
tree | 907b375239291683e37c1d18dad3a317947c56b9 /include/svx | |
parent | 6e7d28315aff7bd84c8144fa62ddfd0580629f35 (diff) |
weld SvxJSearchOptionsDialog
Change-Id: I18f2ad69daff376c8f09c7bd1cbc8c1f9079f63e
Reviewed-on: https://gerrit.libreoffice.org/61105
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svxdlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index 1c8ae7b1eeb2..92e57de3bea4 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -390,9 +390,9 @@ public: const SfxItemSet* pAttr, const SdrView* pSdrView, bool bSizeTabPage) = 0; - virtual VclPtr<AbstractSvxJSearchOptionsDialog> CreateSvxJSearchOptionsDialog( vcl::Window* pParent, - const SfxItemSet& rOptionsSet, - TransliterationFlags nInitialFlags )=0; + virtual VclPtr<AbstractSvxJSearchOptionsDialog> CreateSvxJSearchOptionsDialog(weld::Window* pParent, + const SfxItemSet& rOptionsSet, + TransliterationFlags nInitialFlags) = 0; virtual VclPtr<AbstractFmInputRecordNoDialog> CreateFmInputRecordNoDialog(weld::Window* pParent) = 0; virtual VclPtr<AbstractSvxNewDictionaryDialog> CreateSvxNewDictionaryDialog(weld::Window* pParent) = 0; virtual VclPtr<VclAbstractDialog> CreateSvxEditDictionaryDialog( vcl::Window* pParent, |