[Libreoffice] Another code finesse I may have missed
Norbert Thiebaud
nthiebaud at gmail.com
Tue Jan 3 09:31:15 PST 2012
On Tue, Jan 3, 2012 at 10:59 AM, Olivier Hallot
<olivier.hallot at documentfoundation.org> wrote:
> 636 OUnoObject::OUnoObject(const uno::Reference<
> report::XReportComponent>& _xComponent
> 637 ,const ::rtl::OUString& rModelName
> 638 ,sal_uInt16 _nObjectType)
> 639 :SdrUnoObj(rModelName, sal_True)
> 640 ,OObjectBase(_xComponent)
> 641 ,m_nObjectType(_nObjectType)
> 642 {
> 643 DBG_CTOR( rpt_OUnoObject, NULL);
> 644 impl_setUnoShape( uno::Reference< uno::XInterface >(
> _xComponent, uno::UNO_QUERY ) );
> 645
> 646 if ( rModelName.getLength() )
> 647 impl_initializeModel_nothrow();
> 648
> 649 if ( rModelName.getLength() )
> 650 impl_initializeModel_nothrow();
> 651 }
>
>
>
That looks like a merge snafu. and git blame seems to concurs....
so yep the 2nd copy can go :-)
Norbert
More information about the LibreOffice
mailing list