summaryrefslogtreecommitdiff
path: root/forms/qa/integration/forms/SingleControlValidation.java
diff options
context:
space:
mode:
Diffstat (limited to 'forms/qa/integration/forms/SingleControlValidation.java')
-rw-r--r--forms/qa/integration/forms/SingleControlValidation.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/qa/integration/forms/SingleControlValidation.java b/forms/qa/integration/forms/SingleControlValidation.java
index 637e9c9e4e26..50490a44db73 100644
--- a/forms/qa/integration/forms/SingleControlValidation.java
+++ b/forms/qa/integration/forms/SingleControlValidation.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
@@ -71,7 +71,7 @@ public class SingleControlValidation implements XFormComponentValidityListener
m_formLayer = new FormLayer( m_document );
createControls( columnPos, rowPos, formComponentService, controlCount, controlHeight );
}
-
+
/* ------------------------------------------------------------------ */
public XPropertySet getInputField()
{
@@ -155,7 +155,7 @@ public class SingleControlValidation implements XFormComponentValidityListener
{
// not interested in
}
-
+
/* ------------------------------------------------------------------ */
/* XFormComponentValidityListener overridables */
/* ------------------------------------------------------------------ */
@@ -187,5 +187,5 @@ public class SingleControlValidation implements XFormComponentValidityListener
e.printStackTrace( System.out );
}
}
-
+
}