Tag: cws_src680_swrefactor071015 User: ama Date: 2008-06-26 07:32:39+0000 Modified: dba/reportdesign/source/core/sdr/RptObject.cxx
Log: Resync problem solved File Changes: Directory: /dba/reportdesign/source/core/sdr/ ============================================= File [changed]: RptObject.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/sdr/RptObject.cxx?r1=1.6.6.3&r2=1.6.6.4 Delta lines: +2 -14 -------------------- --- RptObject.cxx 2008-06-25 13:09:47+0000 1.6.6.3 +++ RptObject.cxx 2008-06-26 07:32:37+0000 1.6.6.4 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: RptObject.cxx,v $ - * $Revision: 1.6.6.3 $ + * $Revision: 1.6.6.4 $ * * This file is part of OpenOffice.org. * @@ -541,18 +541,6 @@ //---------------------------------------------------------------------------- TYPEINIT1(OUnoObject, SdrUnoObj); DBG_NAME( rpt_OUnoObject ); -OUnoObject::OUnoObject(const uno::Reference< report::XReportComponent>& _xComponent - ,const uno::Reference< awt::XControlModel >& _xControlModel - ,sal_uInt16 _nObjectType) - :SdrUnoObj(String()) - ,OObjectBase(_xComponent) - ,m_nObjectType(_nObjectType) -{ - DBG_CTOR( rpt_OUnoObject, NULL); - SetUnoControlModel( _xControlModel ); - mxUnoShape = uno::Reference< uno::XInterface >(_xComponent,uno::UNO_QUERY); - //CreateMediator(); -} //---------------------------------------------------------------------------- OUnoObject::OUnoObject(const ::rtl::OUString& _sComponentName ,const ::rtl::OUString& rModelName --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
