Tag: cws_src680_dba24 User: fs Date: 05/03/08 07:10:28 Modified: /dba/dbaccess/source/filter/xml/ dbloader2.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: dbloader2.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/dbloader2.cxx?r1=1.5.18.6&r2=1.5.18.7 Delta lines: +9 -5 ------------------- --- dbloader2.cxx 8 Mar 2005 10:16:15 -0000 1.5.18.6 +++ dbloader2.cxx 8 Mar 2005 15:10:23 -0000 1.5.18.7 @@ -2,9 +2,9 @@ * * $RCSfile: dbloader2.cxx,v $ * - * $Revision: 1.5.18.6 $ + * $Revision: 1.5.18.7 $ * - * last change: $Author: oj $ $Date: 2005/03/08 10:16:15 $ + * last change: $Author: fs $ $Date: 2005/03/08 15:10:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -499,10 +499,14 @@ try { - Reference< css::container::XSet > xModelCollection(m_xServiceFactory-->createInstance(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.frame.GlobalEventBroadcaster"))),UNO_QUERY_THROW); + Reference< css::container::XSet > xModelCollection( + m_xServiceFactory->createInstance( + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.GlobalEventBroadcaster" ) ) + ), + UNO_QUERY_THROW + ); xModelCollection->insert(css::uno::makeAny(xModel)); Reference< ::com::sun::star::document::XEventListener > xDocEventBroadcaster(xModel,UNO_QUERY); - UNO_QUERY); if ( xDocEventBroadcaster.is() ) { ::com::sun::star::document::EventObject aEvent(xModel, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("OnNew")) ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
