summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/agenda/CallWizard.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/agenda/CallWizard.java')
-rw-r--r--wizards/com/sun/star/wizards/agenda/CallWizard.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/CallWizard.java b/wizards/com/sun/star/wizards/agenda/CallWizard.java
index 69b62c56e4f7..de5a16106d8b 100644
--- a/wizards/com/sun/star/wizards/agenda/CallWizard.java
+++ b/wizards/com/sun/star/wizards/agenda/CallWizard.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -51,7 +51,7 @@ public class CallWizard {
/**
* Gives a factory for creating the service. This method is called by the
* <code>JavaLoader</code>
- *
+ *
* <p></p>
*
* @param stringImplementationName The implementation name of the component.
@@ -112,8 +112,8 @@ public class CallWizard {
* Execute Wizard
*
* @param str only valid parameter is 'start' at the moment.
- */
-
+ */
+
public void trigger(String str) {
try {
if (str.equalsIgnoreCase("start")) {
@@ -151,7 +151,7 @@ public class CallWizard {
* will be passed to the caller.
*/
public void initialize(Object[] object) throws com.sun.star.uno.Exception {
-
+
}
/**