User: kz Date: 2008-03-05 18:00:30+0000 Modified: dba/reportdesign/source/filter/xml/makefile.mk
Log: INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/13 07:11:53 oj 1.2.70.3: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.2.70.2: #i85225# export master detail different now 2008/01/24 12:39:32 oj 1.2.70.1: #i85225# changes for chart File Changes: Directory: /dba/reportdesign/source/filter/xml/ =============================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/makefile.mk?r1=1.2&r2=1.3 Delta lines: +7 -27 -------------------- --- makefile.mk 2007-07-09 11:56:17+0000 1.2 +++ makefile.mk 2008-03-05 18:00:28+0000 1.3 @@ -43,32 +43,9 @@ # --- Settings ---------------------------------- .INCLUDE : settings.mk -# --- Types ------------------------------------- - -UNOTYPES=\ - com.sun.star.uno.RuntimeException \ - com.sun.star.uno.TypeClass \ - com.sun.star.uno.XInterface \ - com.sun.star.uno.XWeak \ - com.sun.star.registry.XRegistryKey \ - com.sun.star.io.XInputStream \ - com.sun.star.io.XOutputStream \ - com.sun.star.lang.XComponent \ - com.sun.star.lang.XInitialization \ - com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.lang.XSingleServiceFactory \ - com.sun.star.lang.XServiceInfo \ - com.sun.star.loader.XImplementationLoader \ - com.sun.star.registry.XImplementationRegistration \ - com.sun.star.registry.XSimpleRegistry \ - com.sun.star.document.XFilter \ - com.sun.star.document.XExporter \ - com.sun.star.container.XIndexAccess # --- Files ------------------------------------- - SLOFILES= $(SLO)$/xmlfilter.obj \ $(SLO)$/xmlReport.obj \ - $(SLO)$/xmlSubDocument.obj \ $(SLO)$/xmlMasterFields.obj \ $(SLO)$/xmlGroup.obj \ $(SLO)$/xmlHelper.obj \ @@ -92,7 +69,10 @@ $(SLO)$/xmlCell.obj \ $(SLO)$/xmlTable.obj \ $(SLO)$/xmlFixedContent.obj \ - $(SLO)$/xmlservices.obj + $(SLO)$/xmlSubDocument.obj \ + $(SLO)$/xmlservices.obj \ + $(SLO)$/xmlImportDocumentHandler.obj \ + $(SLO)$/xmlExportDocumentHandler.obj # --- Targets ---------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
