User: kz Date: 2008-03-05 17:07:52+0000 Modified: dba/dbaccess/source/ui/app/AppController.cxx
Log: INTEGRATION: CWS rptchart01_DEV300 (1.53.14); FILE MERGED 2008/02/21 09:58:49 oj 1.53.14.1: #i85225# code format File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.53&r2=1.54 Delta lines: +1 -2 ------------------- --- AppController.cxx 2008-01-30 08:41:07+0000 1.53 +++ AppController.cxx 2008-03-05 17:07:50+0000 1.54 @@ -1779,8 +1779,7 @@ ::std::auto_ptr<OLinkedDocumentsAccess> aHelper = getDocumentsAccess(_eType); Reference< XComponent > xDefinition; xRet.set(aHelper->open(_sName, xDefinition,_eOpenMode),UNO_QUERY); - if (_eOpenMode == OLinkedDocumentsAccess::OPEN_DESIGN || - _eType == E_FORM ) + if (_eOpenMode == OLinkedDocumentsAccess::OPEN_DESIGN || _eType == E_FORM ) { // // LLA: close only if in EDIT mode addDocumentListener(xRet,xDefinition); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
