User: rt Date: 2008-06-16 13:47:39+0000 Modified: dba/reportdesign/source/ui/report/dlgedfac.cxx
Log: INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/04/16 06:30:55 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 09:45:18 oj 1.3.4.1: impl chart handling File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: dlgedfac.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/dlgedfac.cxx?r1=1.4&r2=1.5 Delta lines: +2 -2 ------------------- --- dlgedfac.cxx 2008-04-10 19:17:08+0000 1.4 +++ dlgedfac.cxx 2008-06-16 13:47:37+0000 1.5 @@ -99,10 +99,10 @@ pObjFactory->pNewObj = new OCustomShape(SERVICE_SHAPE); break; case OBJ_DLG_SUBREPORT: - pObjFactory->pNewObj = new OOle2Obj(SERVICE_REPORTDEFINITION); + pObjFactory->pNewObj = new OOle2Obj(SERVICE_REPORTDEFINITION,OBJ_DLG_SUBREPORT); break; case OBJ_OLE2: - pObjFactory->pNewObj = new OOle2Obj(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart2.ChartDocument"))); + pObjFactory->pNewObj = new OOle2Obj(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.chart2.ChartDocument")),OBJ_OLE2); break; default: OSL_ENSURE(0,"Unknown object id"); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
