diff options
author | merttumer <mert.tumer@collabora.com> | 2021-04-26 06:52:34 +0300 |
---|---|---|
committer | Mert Tumer <mert.tumer@collabora.com> | 2021-06-04 07:46:17 +0200 |
commit | 790f7deb17cede31c780b3e296672bbe7577763c (patch) | |
tree | 03372db6624eb9c1b28cf8444833bfcc070b2bae /sc/source/ui/inc/scuiasciiopt.hxx | |
parent | a4b5170eeb134ae5b838f480db1ac5d64dafceac (diff) |
lok: add global notifier to the "Text Import Dialog"
This dialog is displayed before the document is loaded
so no way to get access to the view shell notifier
when model/view/controller are not created yet.
Change-Id: Ic9259b0b1d72b2c4f29b7265742136e650c7b67b
Signed-off-by: merttumer <mert.tumer@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114637
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116293
Tested-by: Jenkins
Diffstat (limited to 'sc/source/ui/inc/scuiasciiopt.hxx')
-rw-r--r-- | sc/source/ui/inc/scuiasciiopt.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/scuiasciiopt.hxx b/sc/source/ui/inc/scuiasciiopt.hxx index 5064243ae58e..140ca09122d0 100644 --- a/sc/source/ui/inc/scuiasciiopt.hxx +++ b/sc/source/ui/inc/scuiasciiopt.hxx @@ -114,6 +114,8 @@ private: DECL_LINK( LbColTypeHdl, weld::ComboBox&, void ); DECL_LINK( UpdateTextHdl, ScCsvTableBox&, void ); DECL_LINK( ColTypeHdl, ScCsvTableBox&, void ); + DECL_STATIC_LINK(ScImportAsciiDlg, InstallLOKNotifierHdl, void*, vcl::ILibreOfficeKitNotifier*); + }; inline bool ScImportAsciiDlg::Seek(sal_uLong nPos) |