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

no need for the dynamic cast anymore

Change-Id: Ieef97a7c2bff0d5aaffb6034e057b33bc9c65a5b
üst d8105ab9
......@@ -35,7 +35,7 @@ ErrorBarsTabPage::ErrorBarsTabPage( Window* pParent, const SfxItemSet& rInAttrs
m_aErrorBarResources(
this,
// the parent is the tab control, of which the parent is the dialog
dynamic_cast< Dialog * >( pParent->GetParentDialog() ),
pParent->GetParentDialog(),
rInAttrs, /* bNoneAvailable = */ false )
{
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