User: kz Date: 2006/12/13 08:47:00 Modified: dba/dbaccess/source/ui/app/AppControllerGen.cxx
Log: INTEGRATION: CWS dba22ui (1.21.12); FILE MERGED 2006/12/03 20:50:19 fs 1.21.12.3: RESYNC: (1.22-1.23); FILE MERGED 2006/10/11 11:03:01 fs 1.21.12.2: RESYNC: (1.21-1.22); FILE MERGED 2006/10/10 07:18:57 fs 1.21.12.1: #i64651# add 'Edit in SQL View' command File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppControllerGen.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerGen.cxx?r1=1.23&r2=1.24 Delta lines: +4 -1 ------------------- --- AppControllerGen.cxx 12 Oct 2006 13:34:34 -0000 1.23 +++ AppControllerGen.cxx 13 Dec 2006 16:46:56 -0000 1.24 @@ -665,7 +665,10 @@ if ( SID_DB_APP_CONVERTTOVIEW == _nId ) convertToView(*aIter); else - aCompoments.push_back( ::std::pair< ::rtl::OUString ,Reference< XModel > >(*aIter,Reference< XModel >(openElement(*aIter,eType, _eOpenMode ),UNO_QUERY))); + { + Reference< XModel > xModel( openElement( *aIter, eType, _eOpenMode, _nId ), UNO_QUERY ); + aCompoments.push_back( ::std::pair< ::rtl::OUString, Reference< XModel > >( *aIter, xModel ) ); + } } // special handling for mail, if more than one document is selected attach them all --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
