diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-02 09:50:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-05 13:21:29 +0100 |
commit | e3c6c89588fc6b85663444d701f782e73bb572c1 (patch) | |
tree | 47ecffe8be56efa3e150841d7de791308ef8ee03 /sw/inc/swabstdlg.hxx | |
parent | 13b4c191cb251e9218bb9c99140cff7c52fd04db (diff) |
weld SwIndexMarkModalDlg cluster
Change-Id: Iff45d9deb5409cf0dbb35723da6bad886379531f
Reviewed-on: https://gerrit.libreoffice.org/62775
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index 99d55a84dfb5..e8f67f2cdaa1 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -335,7 +335,7 @@ protected: virtual ~AbstractMarkFloatDlg() override = default; public: virtual void ReInitDlg(SwWrtShell& rWrtShell) = 0; - virtual vcl::Window * GetWindow() = 0; //this method is added for return a Window type pointer + virtual std::shared_ptr<SfxModelessDialogController> GetController() = 0; }; #define RET_LOAD_DOC 100 @@ -479,15 +479,15 @@ public: virtual VclPtr<AbstractMarkFloatDlg> CreateIndexMarkFloatDlg( SfxBindings* pBindings, SfxChildWindow* pChild, - vcl::Window *pParent, + weld::Window *pParent, SfxChildWinInfo* pInfo) = 0; virtual VclPtr<AbstractMarkFloatDlg> CreateAuthMarkFloatDlg( SfxBindings* pBindings, SfxChildWindow* pChild, - vcl::Window *pParent, + weld::Window *pParent, SfxChildWinInfo* pInfo) = 0; virtual VclPtr<VclAbstractDialog> CreateIndexMarkModalDlg( - vcl::Window *pParent, SwWrtShell& rSh, SwTOXMark* pCurTOXMark) = 0; + weld::Window *pParent, SwWrtShell& rSh, SwTOXMark* pCurTOXMark) = 0; virtual VclPtr<AbstractMailMergeWizard> CreateMailMergeWizard(SwView& rView, std::shared_ptr<SwMailMergeConfigItem>& rConfigItem) = 0; |