diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-13 12:20:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-13 15:34:30 +0200 |
commit | 03a59d9f43c3bbe80e1f06b1a95afd4694ac2f50 (patch) | |
tree | 6f2907a264a3ec3f2c0fb8bdac9cb20ca26f44bd /sc/inc/scabstdlg.hxx | |
parent | dab87ec9ac4ac0e4803790232d8b487e1500f24a (diff) |
weld ScInsertCellDlg
Change-Id: I91118d4c0c5e2fa17fed02377547caa65e11bfdc
Reviewed-on: https://gerrit.libreoffice.org/52824
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index ccdd419f2a69..d970cac36827 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -443,8 +443,8 @@ public: virtual VclPtr<AbstractScGroupDlg> CreateAbstractScGroupDlg( vcl::Window* pParent, bool bUnGroup = false ) = 0; - virtual VclPtr<AbstractScInsertCellDlg> CreateScInsertCellDlg( vcl::Window* pParent, - bool bDisallowCellMove ) = 0; + virtual VclPtr<AbstractScInsertCellDlg> CreateScInsertCellDlg(weld::Window* pParent, + bool bDisallowCellMove) = 0; virtual VclPtr<AbstractScInsertContentsDlg> CreateScInsertContentsDlg( vcl::Window* pParent, const OUString* pStrTitle = nullptr ) = 0; |