diff options
author | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-11-25 13:48:21 +0100 |
---|---|---|
committer | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-11-25 13:48:21 +0100 |
commit | 23912d182b137e119350f735801f087819301af9 (patch) | |
tree | 3eabbddd4aaaa68889e052655e6c2d7a3e696c08 /dbaccess/source/ui/uno | |
parent | e7a3bdd533277761077e07734adb225a19c7b62e (diff) |
dba33d: #i104869# use the interaction handler to delegate UI
Diffstat (limited to 'dbaccess/source/ui/uno')
-rw-r--r-- | dbaccess/source/ui/uno/copytablewizard.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/ui/uno/copytablewizard.cxx b/dbaccess/source/ui/uno/copytablewizard.cxx index e391f2394..73e5a9c5a 100644 --- a/dbaccess/source/ui/uno/copytablewizard.cxx +++ b/dbaccess/source/ui/uno/copytablewizard.cxx @@ -1578,7 +1578,8 @@ Dialog* CopyTableWizard::createDialog( Window* _pParent ) *m_pSourceObject, m_xSourceConnection.getTyped(), m_xDestConnection.getTyped(), - m_aContext.getLegacyServiceFactory() + m_aContext.getLegacyServiceFactory(), + m_xInteractionHandler ); impl_attributesToDialog_nothrow( *pWizard ); |