summaryrefslogtreecommitdiffstats
path: root/reportbuilder/Module_reportbuilder.mk
Commit message (Collapse)AuthorAgeFilesLines
* fdo#65168: Fix regressions introduced with de-extension-ing report builderStephan Bergmann2013-06-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | ...in 90a326c7028d5af132c62edfaef77c53627e4c0e "fdo#61950 move report builder from bundled extensions to plain code": * For one, ReportWizard.startReportWizard (wizards/com/sun/star/wizards/report/ReportWizard.java) would still try to load reportbuilderwizard.jar from the unpacked extension (and, failing that, fell back to the old default engine, so this didn't cause any failure per se). Instead, reference reportbuilderwizard.jar (which was also missing from scp2) from report.jar's manifest Class-Path (which will always be OK, even if reportbuilderwizard.jar is not installed) and check for the relevant class via Class::forName directly. * For another, the en-US/wizard/report/default.otr template had gone missing. The way to find it inside the unpacked extension in the past was to include a Paths.xcu update that extends the Template path. Instead, install that template directly into share/template now, and drop the (unused already) Paths.xcu update. Change-Id: I09eca2b69aa55d5b15fb5ecfec6881f8a6f6e5e5
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky2013-03-181-4/+1
| | | | | | | | | For test sample report from fdo#61726 can be used. Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe Reviewed-on: https://gerrit.libreoffice.org/2718 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* reportbuilder: build only when enabledMatúš Kukan2012-05-301-1/+1
| | | | Change-Id: Iee65c6bd8ddc51b3ae703e6d38c825f3801389fe
* gbuildize reportbuilderDavid Tardon2012-05-291-0/+39