summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2017-12-13 04:27:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-12-13 08:29:30 +0100
commitfe95086edda6a846b58f4ed568257e3fab46a0da (patch)
treee9344a24ccafd6703908ed9c6787b068e7cb186c /wizards
parentb0ebc5608e2f56f7377a60f49957a42ef6a89e6a (diff)
Remove traces of Report Builder's former status as extension
Change-Id: I63730632933cbb1d6e655f70d222ffaaabd3fa08 Reviewed-on: https://gerrit.libreoffice.org/46361 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/report/IReportDocument.java2
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/report/IReportDocument.java b/wizards/com/sun/star/wizards/report/IReportDocument.java
index 0c124a2c7a22..2b456977838e 100644
--- a/wizards/com/sun/star/wizards/report/IReportDocument.java
+++ b/wizards/com/sun/star/wizards/report/IReportDocument.java
@@ -26,7 +26,7 @@ import java.util.ArrayList;
/**
* New Interface which gives us the possibility to switch on the fly between the old
- * Wizard and the new Sun Report Builder Wizard, which use the same UI.
+ * Wizard and the new Report Builder Wizard, which use the same UI.
*/
public interface IReportDocument
{
diff --git a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
index 0d118e20cb64..d55178ce857c 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java
@@ -58,7 +58,7 @@ import com.sun.star.wizards.ui.UIConsts;
/**
* This class use the IReportDocument Interface to communicate between the UI
- * and the ReportBuilderLayouter which communicates to the new Sun Report Builder.
+ * and the ReportBuilderLayouter which communicates to the new Report Builder.
*/
@SuppressWarnings("ucd")
public class ReportBuilderImplementation extends ReportImplementationHelper