On Tue, Jan 3, 2012 at 10:59 AM, Olivier Hallot
<olivier.hallot@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
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.