diff options
Diffstat (limited to 'cui/source/tabpages/measure.cxx')
-rw-r--r-- | cui/source/tabpages/measure.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/measure.cxx b/cui/source/tabpages/measure.cxx index 58ae066ae39b..c9e5c2aad024 100644 --- a/cui/source/tabpages/measure.cxx +++ b/cui/source/tabpages/measure.cxx @@ -609,10 +609,10 @@ void SvxMeasurePage::Construct() m_pCtlPreview->Invalidate(); } -VclPtr<SfxTabPage> SvxMeasurePage::Create( vcl::Window* pWindow, +VclPtr<SfxTabPage> SvxMeasurePage::Create( TabPageParent pWindow, const SfxItemSet* rAttrs ) { - return VclPtr<SvxMeasurePage>::Create( pWindow, *rAttrs ); + return VclPtr<SvxMeasurePage>::Create( pWindow.pParent, *rAttrs ); } void SvxMeasurePage::PointChanged( vcl::Window* pWindow, RectPoint /*eRP*/ ) |