Tag: cws_src680_odbmacros2 User: fs Date: 2008-02-04 22:31:48+0000 Modified: dba/dbaccess/source/ui/app/AppControllerDnD.cxx dba/dbaccess/source/ui/app/AppControllerGen.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppControllerDnD.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerDnD.cxx?r1=1.23.2.3&r2=1.23.2.4 Delta lines: +4 -4 ------------------- --- AppControllerDnD.cxx 2008-02-04 13:07:47+0000 1.23.2.3 +++ AppControllerDnD.cxx 2008-02-04 22:31:46+0000 1.23.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerDnD.cxx,v $ * - * $Revision: 1.23.2.3 $ + * $Revision: 1.23.2.4 $ * - * last change: $Author: fs $ $Date: 2008/02/04 13:07:47 $ + * last change: $Author: fs $ $Date: 2008/02/04 22:31:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -652,7 +652,7 @@ OSL_ENSURE(xNameAccess.is(),"Data source doesn't return a name access -> GPF"); return ::std::auto_ptr<OLinkedDocumentsAccess>( - new OLinkedDocumentsAccess( getView(), m_xCurrentFrame,getORB(), xNameAccess, xConnection, getDatabaseName() ) ); + new OLinkedDocumentsAccess( getView(), m_aCurrentFrame.getFrame(), getORB(), xNameAccess, xConnection, getDatabaseName() ) ); } // ----------------------------------------------------------------------------- TransferableHelper* OApplicationController::copyObject() File [changed]: AppControllerGen.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerGen.cxx?r1=1.28.56.4&r2=1.28.56.5 Delta lines: +4 -3 ------------------- --- AppControllerGen.cxx 2008-02-04 13:07:51+0000 1.28.56.4 +++ AppControllerGen.cxx 2008-02-04 22:31:46+0000 1.28.56.5 @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerGen.cxx,v $ * - * $Revision: 1.28.56.4 $ + * $Revision: 1.28.56.5 $ * - * last change: $Author: fs $ $Date: 2008/02/04 13:07:51 $ + * last change: $Author: fs $ $Date: 2008/02/04 22:31:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -170,6 +170,7 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::container; using namespace ::com::sun::star::ucb; +using ::com::sun::star::util::XCloseable; //........................................................................ // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
