INTEGRATION: CWS rptchart02 (1.7.10); FILE MERGED
2008/04/18 08:45:51 oj 1.7.10.1: #i86850# use of ComponentContext
This commit is contained in:
parent
2f6b41c00f
commit
cecee46e9d
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: addrtempuno.cxx,v $
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -237,9 +237,9 @@ namespace svt
|
|||
Dialog* OAddressBookSourceDialogUno::createDialog(Window* _pParent)
|
||||
{
|
||||
if ( m_xDataSource.is() && m_sTable.getLength() )
|
||||
return new AddressBookSourceDialog(_pParent, m_xORB, m_xDataSource, m_sDataSourceName, m_sTable, m_aAliases );
|
||||
return new AddressBookSourceDialog(_pParent, m_aContext.getLegacyServiceFactory(), m_xDataSource, m_sDataSourceName, m_sTable, m_aAliases );
|
||||
else
|
||||
return new AddressBookSourceDialog( _pParent, m_xORB );
|
||||
return new AddressBookSourceDialog( _pParent, m_aContext.getLegacyServiceFactory() );
|
||||
}
|
||||
|
||||
// .......................................................................
|
||||
|
|
Loading…
Reference in a new issue