Tag: cws_ooh680_dba24g User: oj Date: 2008-01-28 09:35:17+0000 Modified: dba/dbaccess/source/ui/app/AppControllerGen.cxx
Log: #i83805# change order of calls 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.28.64.2&r2=1.28.64.2.6.1 Delta lines: +5 -5 ------------------- --- AppControllerGen.cxx 2008-01-18 15:47:13+0000 1.28.64.2 +++ AppControllerGen.cxx 2008-01-28 09:35:14+0000 1.28.64.2.6.1 @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerGen.cxx,v $ * - * $Revision: 1.28.64.2 $ + * $Revision: 1.28.64.2.6.1 $ * - * last change: $Author: kz $ $Date: 2008/01/18 15:47:13 $ + * last change: $Author: oj $ $Date: 2008/01/28 09:35:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -653,11 +653,11 @@ { try { + m_aDocuments[_xDocument] = _xDefintion; + _xDocument->addEventListener(static_cast<XFrameActionListener*>(this)); Reference<XPropertySet> xProp(_xDefintion,UNO_QUERY_THROW); if ( xProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_NAME) ) xProp->addPropertyChangeListener(PROPERTY_NAME,static_cast<XPropertyChangeListener*>(this)); - m_aDocuments[_xDocument] = _xDefintion; - _xDocument->addEventListener(static_cast<XFrameActionListener*>(this)); } catch(Exception&) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
