diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-09 17:17:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-09 22:27:55 +0200 |
commit | 9ae23dfae84fa6d1e8fd6bfb4fe16ff1d47a1e97 (patch) | |
tree | 9f08d635cef46fef4979c7c54a2f8e79c40fa56b /include/svx/svxdlg.hxx | |
parent | c8610e24baaa0788f74acadcf6db1a00856f0d3a (diff) |
weld SvxAreaTabDialog
Change-Id: Ia6ec954c6d0117fddc17432301ddeda3b26bbc8e
Reviewed-on: https://gerrit.libreoffice.org/60222
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/svxdlg.hxx')
-rw-r--r-- | include/svx/svxdlg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index c41d83e7a696..a5f62832db28 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -426,10 +426,10 @@ public: const Graphic& rGraphic)=0; virtual VclPtr<AbstractGraphicFilterDialog> CreateGraphicFilterMosaic (vcl::Window* pParent, const Graphic& rGraphic)=0; - virtual VclPtr<AbstractSvxAreaTabDialog> CreateSvxAreaTabDialog( vcl::Window* pParent, - const SfxItemSet* pAttr, - SdrModel* pModel, - bool bShadow) = 0 ; + virtual VclPtr<AbstractSvxAreaTabDialog> CreateSvxAreaTabDialog(weld::Window* pParent, + const SfxItemSet* pAttr, + SdrModel* pModel, + bool bShadow) = 0 ; virtual VclPtr<SfxAbstractTabDialog> CreateSvxLineTabDialog( vcl::Window* pParent, const SfxItemSet* pAttr, //add forSvxLineTabDialog SdrModel* pModel, const SdrObject* pObj, |