summaryrefslogtreecommitdiff
path: root/svtools/uno/addrtempuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/uno/addrtempuno.cxx')
-rw-r--r--svtools/uno/addrtempuno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/uno/addrtempuno.cxx b/svtools/uno/addrtempuno.cxx
index 78459426c204..b2aff7ae711d 100644
--- a/svtools/uno/addrtempuno.cxx
+++ b/svtools/uno/addrtempuno.cxx
@@ -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() );
}
// .......................................................................