Tag: cws_src680_rptchart01 User: oj Date: 2008-02-21 09:58:52+0000 Modified: dba/dbaccess/source/ui/app/AppController.cxx
Log: #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.53.14.1 Delta lines: +4 -5 ------------------- --- AppController.cxx 2008-01-30 08:41:07+0000 1.53 +++ AppController.cxx 2008-02-21 09:58:49+0000 1.53.14.1 @@ -4,9 +4,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.53 $ + * $Revision: 1.53.14.1 $ * - * last change: $Author: rt $ $Date: 2008/01/30 08:41:07 $ + * last change: $Author: oj $ $Date: 2008/02/21 09:58:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
