summaryrefslogtreecommitdiff
path: root/basctl/source
ModeNameSize
d---------accessibility114logplain
d---------basicide1915logplain
d---------dlged443logplain
d---------inc1225logplain
ore/commit/dbaccess/source/ui/misc/WCopyTable.cxx?id=e2e18a31af6f3c4a43f6c87aeb0ad05fe24de315'>e2e18a31af6f3c4a43f6c87aeb0ad05fe24de315 (patch) treede16705ac797c756cbbba5b89a9bf1f21291175d /dbaccess/source/ui/misc/WCopyTable.cxx parent57207d247e9da9d51186b874f4ec32969ad67d26 (diff)parent296a39cc1bc4101c49c5c56a3a99c08764bd201d (diff)
sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118
Diffstat (limited to 'dbaccess/source/ui/misc/WCopyTable.cxx')
-rw-r--r--dbaccess/source/ui/misc/WCopyTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx
index d22a78fd5e21..5670ff86b60e 100644
--- a/dbaccess/source/ui/misc/WCopyTable.cxx
+++ b/dbaccess/source/ui/misc/WCopyTable.cxx
@@ -706,7 +706,7 @@ OCopyTableWizard::OCopyTableWizard( Window* pParent, const ::rtl::OUString& _rDe
::dbaui::fillTypeInfo( _xConnection, m_sTypeNames, m_aTypeInfo, m_aTypeInfoIndex );
::dbaui::fillTypeInfo( _xConnection, m_sTypeNames, m_aDestTypeInfo, m_aDestTypeInfoIndex );
- m_xInteractionHandler.set( m_xFactory->createInstance( SERVICE_SDB_INTERACTION_HANDLER ), UNO_QUERY);
+ m_xInteractionHandler.set( m_xFactory->createInstance( SERVICE_TASK_INTERACTION_HANDLER ), UNO_QUERY);
OCopyTable* pPage1( new OCopyTable( this ) );
pPage1->disallowViews();