diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-08 20:58:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-09 13:02:24 +0100 |
commit | 6b6cf8aa25cebb5b8e5592973391e42ec25dd482 (patch) | |
tree | cbef2d78f7065457daccc73f7842b8f669da39c3 /sw/inc/swabstdlg.hxx | |
parent | 77285d2d0266e074520c539556e5a2b660d43b11 (diff) |
let SwMultiTOXTabDialog have a Widget parent instead of a Window
Change-Id: I7a7ae6cd5240257a0f2e33e89d20a1799b29013d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112195
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index b96fc4b8c463..35b81e524754 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -481,7 +481,7 @@ public: const SfxItemSet* pSwItemSet, SwWrtShell &) = 0; virtual VclPtr<AbstractMultiTOXTabDialog> CreateMultiTOXTabDialog( - weld::Window* pParent, const SfxItemSet& rSet, + weld::Widget* pParent, const SfxItemSet& rSet, SwWrtShell &rShell, SwTOXBase* pCurTOX, bool bGlobal) = 0; |