diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-08 12:26:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-09 17:24:44 +0100 |
commit | 6b9e78df3c1f0afe0352b07f7fdbd6587d5da940 (patch) | |
tree | 5ad668150a7b03765792065b04b38cb621486be1 /include | |
parent | 4188ae6a093d935c7c983c7abb0a2fcb89f96c2a (diff) |
weld SvxEditDictionaryDialog
Change-Id: Ia35ef42a570353e26a8969a322b04768a4ac042f
Reviewed-on: https://gerrit.libreoffice.org/67553
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svxdlg.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index 283d3570f602..57d1dc2d93d3 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -383,8 +383,7 @@ public: 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, - const OUString& rName) = 0; + virtual VclPtr<VclAbstractDialog> CreateSvxEditDictionaryDialog(weld::Window* pParent, const OUString& rName) = 0; virtual VclPtr<AbstractSvxNameDialog> CreateSvxNameDialog(weld::Window* pParent, const OUString& rName, const OUString& rDesc ) = 0; |