diff options
Diffstat (limited to 'cui/source/options/optopencl.hxx')
-rw-r--r-- | cui/source/options/optopencl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optopencl.hxx b/cui/source/options/optopencl.hxx index 4609b1b07d67..cb7878f80646 100644 --- a/cui/source/options/optopencl.hxx +++ b/cui/source/options/optopencl.hxx @@ -42,7 +42,7 @@ public: virtual ~SvxOpenCLTabPage() override; virtual void dispose() override; - 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; |