diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-03 11:46:23 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-03 11:46:23 +0100 |
commit | 28b38d73e582a9909be16101ec0bb93a41b86f13 (patch) | |
tree | dd8b483d283153440716f8f36332f6c35dcd0d43 /dbaccess/source/ui/app | |
parent | aefb13e5d8ffb2835936a2af848005cfb6fe5b9a (diff) |
autorecovery: when calling a pilot to create a database object, pass the XDatabaseDocumentUI, too
Diffstat (limited to 'dbaccess/source/ui/app')
-rw-r--r-- | dbaccess/source/ui/app/AppControllerDnD.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx index ed8c5a15dd89..0e8b3c8d647c 100644 --- a/dbaccess/source/ui/app/AppControllerDnD.cxx +++ b/dbaccess/source/ui/app/AppControllerDnD.cxx @@ -613,7 +613,7 @@ void OApplicationController::getSelectionElementNames(::std::vector< ::rtl::OUSt } ::std::auto_ptr< OLinkedDocumentsAccess > pDocuments( new OLinkedDocumentsAccess( - getView(), m_aCurrentFrame.getFrame(), getORB(), xDocContainer, xConnection, getDatabaseName() + getView(), this, getORB(), xDocContainer, xConnection, getDatabaseName() ) ); return pDocuments; } |