summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 11:34:37 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 11:34:37 +0000
commit5c95f7f38903d69621e8a2c3a13d7069bfb8c307 (patch)
treeaff994f026ffb463e6ee4867f586682c1e3d5ce9 /dbaccess
parent6984059920bd9c6644beda87ae1dc39104368356 (diff)
INTEGRATION: CWS rptchart02 (1.11.6); FILE MERGED
2008/04/18 08:46:50 oj 1.11.6.1: #i86850# use of ComponentContext
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx b/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
index cc8d887e1c16..bc7c4096f20f 100644
--- a/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
+++ b/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: DBTypeWizDlgSetup.cxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -150,7 +150,7 @@ Reference<XPropertySetInfo> SAL_CALL ODBTypeWizDialogSetup::getPropertySetInfo(
//------------------------------------------------------------------------------
Dialog* ODBTypeWizDialogSetup::createDialog(Window* _pParent)
{
- return new ODbTypeWizDialogSetup(_pParent, m_pDatasourceItems, m_xORB, m_aInitialSelection);
+ return new ODbTypeWizDialogSetup(_pParent, m_pDatasourceItems, m_aContext.getLegacyServiceFactory(), m_aInitialSelection);
}
// -----------------------------------------------------------------------------
void ODBTypeWizDialogSetup::executedDialog(sal_Int16 _nExecutionResult)