summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/InteractionRequest.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/InteractionRequest.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/InteractionRequest.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/InteractionRequest.java b/odk/examples/DevelopersGuide/Forms/InteractionRequest.java
index 31b31c9ebd92..8547fdfcf5ab 100644
--- a/odk/examples/DevelopersGuide/Forms/InteractionRequest.java
+++ b/odk/examples/DevelopersGuide/Forms/InteractionRequest.java
@@ -2,7 +2,7 @@
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
@@ -29,7 +29,7 @@
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
+ *
*************************************************************************/
import com.sun.star.uno.*;
@@ -41,8 +41,8 @@ import java.util.Vector;
*/
class InteractionRequest implements XInteractionRequest
{
- private Object m_aRequest;
- private Vector m_aContinuations;
+ private Object m_aRequest;
+ private Vector m_aContinuations;
/* ------------------------------------------------------------------ */
public InteractionRequest( Object aRequest )