loplugin:staticcall
Change-Id: Ic331af3539ed0a8ce6f56697ee1dede004685c32
This commit is contained in:
@@ -232,7 +232,7 @@ namespace svt
|
|||||||
// _and_ add as event listener to the parent - in case the parent is destroyed
|
// _and_ add as event listener to the parent - in case the parent is destroyed
|
||||||
// before we are disposed, our disposal would access dead VCL windows then ....
|
// before we are disposed, our disposal would access dead VCL windows then ....
|
||||||
m_xDialogParent = VCLUnoHelper::GetInterface( m_pDlg->GetParent() );
|
m_xDialogParent = VCLUnoHelper::GetInterface( m_pDlg->GetParent() );
|
||||||
xWindowComp = xWindowComp.query( m_xDialogParent );
|
xWindowComp.set(m_xDialogParent, css::uno::UNO_QUERY);
|
||||||
OSL_ENSURE( xWindowComp.is() || !m_pDlg->GetParent(), "OCommonPicker::createFileDialog: invalid window component (the parent this time)!" );
|
OSL_ENSURE( xWindowComp.is() || !m_pDlg->GetParent(), "OCommonPicker::createFileDialog: invalid window component (the parent this time)!" );
|
||||||
if ( xWindowComp.is() )
|
if ( xWindowComp.is() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user