From 6f28efc2a8a559cc8c37aa883f4de0b59d4fc79c Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Thu, 7 Mar 2013 08:17:56 +0100 Subject: fdo#61726: rename report-builder package to org.libreoffice.report To prevent future clashes with uno name space rename the com.sun.star.report package to org.libreoffice.report. Bump the version to 1.2.4. Change-Id: Ia06cb7ad8c1528c1d5b5eeb70f1e4b2aa854b70f Reviewed-on: https://gerrit.libreoffice.org/2578 Reviewed-by: David Ostrovsky Tested-by: David Ostrovsky --- wizards/com/sun/star/wizards/report/ReportWizard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') diff --git a/wizards/com/sun/star/wizards/report/ReportWizard.java b/wizards/com/sun/star/wizards/report/ReportWizard.java index 45caf2528628..3e40f7bcd9a8 100644 --- a/wizards/com/sun/star/wizards/report/ReportWizard.java +++ b/wizards/com/sun/star/wizards/report/ReportWizard.java @@ -390,7 +390,7 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener { //! Check if the new Report Builder Extension is available XContentEnumerationAccess a = com.sun.star.uno.UnoRuntime.queryInterface(XContentEnumerationAccess.class, xMSF); - com.sun.star.container.XEnumeration e = a.createContentEnumeration("com.sun.star.report.pentaho.SOReportJobFactory"); + com.sun.star.container.XEnumeration e = a.createContentEnumeration("org.libreoffice.report.pentaho.SOReportJobFactory"); if (e == null) { return false; -- cgit