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:
Rüdiger Timm 2008-06-16 12:53:01 +00:00
parent 2f6b41c00f
commit cecee46e9d

View file

@ -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() );
}
// .......................................................................