summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/validate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dbgui/validate.cxx')
-rw-r--r--sc/source/ui/dbgui/validate.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx
index 15fee73d70b6..1161b2a90e48 100644
--- a/sc/source/ui/dbgui/validate.cxx
+++ b/sc/source/ui/dbgui/validate.cxx
@@ -410,9 +410,9 @@ void ScTPValidationValue::Init()
CheckHdl( nullptr );
}
-VclPtr<SfxTabPage> ScTPValidationValue::Create( vcl::Window* pParent, const SfxItemSet* rArgSet )
+VclPtr<SfxTabPage> ScTPValidationValue::Create( TabPageParent pParent, const SfxItemSet* rArgSet )
{
- return VclPtr<ScTPValidationValue>::Create( pParent, *rArgSet );
+ return VclPtr<ScTPValidationValue>::Create( pParent.pParent, *rArgSet );
}
void ScTPValidationValue::Reset( const SfxItemSet* rArgSet )
@@ -705,10 +705,10 @@ void ScTPValidationHelp::Init()
pTsbHelp->EnableTriState( false );
}
-VclPtr<SfxTabPage> ScTPValidationHelp::Create( vcl::Window* pParent,
+VclPtr<SfxTabPage> ScTPValidationHelp::Create( TabPageParent pParent,
const SfxItemSet* rArgSet )
{
- return VclPtr<ScTPValidationHelp>::Create( pParent, *rArgSet );
+ return VclPtr<ScTPValidationHelp>::Create( pParent.pParent, *rArgSet );
}
void ScTPValidationHelp::Reset( const SfxItemSet* rArgSet )
@@ -787,10 +787,10 @@ void ScTPValidationError::Init()
SelectActionHdl( *m_pLbAction.get() );
}
-VclPtr<SfxTabPage> ScTPValidationError::Create( vcl::Window* pParent,
+VclPtr<SfxTabPage> ScTPValidationError::Create( TabPageParent pParent,
const SfxItemSet* rArgSet )
{
- return VclPtr<ScTPValidationError>::Create( pParent, *rArgSet );
+ return VclPtr<ScTPValidationError>::Create( pParent.pParent, *rArgSet );
}
void ScTPValidationError::Reset( const SfxItemSet* rArgSet )