Kaydet (Commit) 1f810b3a authored tarafından Markus Mohrhard's avatar Markus Mohrhard

we need to use GetParentDialog nowadays, fdo#60253

Change-Id: I6317ce1f99af58439f7009cac5a4bc133e404dbf
üst 6398cf9f
...@@ -35,7 +35,7 @@ ErrorBarsTabPage::ErrorBarsTabPage( Window* pParent, const SfxItemSet& rInAttrs ...@@ -35,7 +35,7 @@ ErrorBarsTabPage::ErrorBarsTabPage( Window* pParent, const SfxItemSet& rInAttrs
m_aErrorBarResources( m_aErrorBarResources(
this, this,
// the parent is the tab control, of which the parent is the dialog // the parent is the tab control, of which the parent is the dialog
dynamic_cast< Dialog * >( pParent->GetParent() ), dynamic_cast< Dialog * >( pParent->GetParentDialog() ),
rInAttrs, /* bNoneAvailable = */ false ) rInAttrs, /* bNoneAvailable = */ false )
{ {
FreeResource(); FreeResource();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment