Kaydet (Commit) 10cfd814 authored tarafından Caolán McNamara's avatar Caolán McNamara

don't care if SfxNoLayoutSingleTabDialog or SfxSingleTabDialog here

Change-Id: Ic269a729a59c8dedb29b1f54b7413d65259363c0
üst c3c6a5f6
...@@ -1115,7 +1115,7 @@ IMPL_LINK( SvxNumberFormatTabPage, DoubleClickHdl_Impl, SvxFontListBox*, pLb ) ...@@ -1115,7 +1115,7 @@ IMPL_LINK( SvxNumberFormatTabPage, DoubleClickHdl_Impl, SvxFontListBox*, pLb )
} }
else else
{ {
SfxNoLayoutSingleTabDialog* pParent = dynamic_cast< SfxNoLayoutSingleTabDialog* >( GetParentDialog() ); SfxSingleTabDialogBase* pParent = dynamic_cast< SfxSingleTabDialogBase* >( GetParentDialog() );
OKButton* pOKButton = pParent ? pParent->GetOKButton() : NULL; OKButton* pOKButton = pParent ? pParent->GetOKButton() : NULL;
if ( pOKButton ) if ( pOKButton )
pOKButton->Click(); pOKButton->Click();
......
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