Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parent
This commit is contained in:
@@ -337,7 +337,8 @@ MacroSecurityTrustedSourcesTP::MacroSecurityTrustedSourcesTP( Window* _pParent,
|
||||
:MacroSecurityTP ( _pParent, XMLSEC_RES( RID_XMLSECTP_TRUSTSOURCES ), _pDlg )
|
||||
,maTrustCertFL ( this, XMLSEC_RES( FL_TRUSTCERT ) )
|
||||
,maTrustCertROFI ( this, XMLSEC_RES( FI_TRUSTCERT_RO ) )
|
||||
,maTrustCertLB ( this, XMLSEC_RES( LB_TRUSTCERT ) )
|
||||
,m_aTrustCertLBContainer(this, XMLSEC_RES(LB_TRUSTCERT))
|
||||
,maTrustCertLB(m_aTrustCertLBContainer)
|
||||
,maAddCertPB ( this, XMLSEC_RES( PB_ADD_TRUSTCERT ) )
|
||||
,maViewCertPB ( this, XMLSEC_RES( PB_VIEW_TRUSTCERT ) )
|
||||
,maRemoveCertPB ( this, XMLSEC_RES( PB_REMOVE_TRUSTCERT ) )
|
||||
|
Reference in New Issue
Block a user