diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-10 10:16:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-10 15:20:46 +0200 |
commit | 8d831cc01daaed6937fc126dc5671ae58e8c027e (patch) | |
tree | 81b8660cd1cf62a4b0161d9a6ce38ba5a9399c33 /include | |
parent | f21e8a94b0c6ca7fdea157f858b079aca30e274e (diff) |
weld SvxCaptionTabDialog
Change-Id: If678c5f4834144f1c710465701dc4d13714a6b44
Reviewed-on: https://gerrit.libreoffice.org/60247
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index a5f62832db28..61d7cfb20083 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -338,9 +338,9 @@ public: const SfxItemSet* pAttrSet, SdrView* pView ) = 0 ; - virtual VclPtr<AbstractSvxCaptionDialog> CreateCaptionDialog( vcl::Window* pParent, - const SdrView* pView, - SvxAnchorIds nAnchorTypes = SvxAnchorIds::NONE ) = 0; + virtual VclPtr<AbstractSvxCaptionDialog> CreateCaptionDialog(weld::Window* pParent, + const SdrView* pView, + SvxAnchorIds nAnchorTypes = SvxAnchorIds::NONE) = 0; virtual VclPtr<AbstractSvxDistributeDialog> CreateSvxDistributeDialog( const SfxItemSet& rAttr)= 0; |