summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/CallReportWizard.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/report/CallReportWizard.java')
-rw-r--r--wizards/com/sun/star/wizards/report/CallReportWizard.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/report/CallReportWizard.java b/wizards/com/sun/star/wizards/report/CallReportWizard.java
index d6d531fd1a9a..d6e3881e3c78 100644
--- a/wizards/com/sun/star/wizards/report/CallReportWizard.java
+++ b/wizards/com/sun/star/wizards/report/CallReportWizard.java
@@ -107,7 +107,7 @@ public class CallReportWizard
/** This method returns an array of all supported service names.
* @return Array of supported service names.
*/
- public java.lang.String[] getSupportedServiceNames()
+ public String[] getSupportedServiceNames()
{
String[] stringSupportedServiceNames = new String[1];
@@ -141,7 +141,7 @@ public class CallReportWizard
/** Return the class name of the component.
* @return Class name of the component.
*/
- public java.lang.String getImplementationName()
+ public String getImplementationName()
{
return CallReportWizard.class.getName();
}