diff options
Diffstat (limited to 'cui/source/inc/grfpage.hxx')
-rw-r--r-- | cui/source/inc/grfpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/grfpage.hxx b/cui/source/inc/grfpage.hxx index 87096615db68..887a93789eb6 100644 --- a/cui/source/inc/grfpage.hxx +++ b/cui/source/inc/grfpage.hxx @@ -109,7 +109,7 @@ class SvxGrfCropPage : public SfxTabPage Size GetGrfOrigSize( const Graphic& ) const; public: - static VclPtr<SfxTabPage> Create( vcl::Window *pParent, const SfxItemSet *rSet ); + static VclPtr<SfxTabPage> Create( TabPageParent pParent, const SfxItemSet *rSet ); virtual bool FillItemSet( SfxItemSet *rSet ) override; virtual void Reset( const SfxItemSet *rSet ) override; |