summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/ButtonOperator.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/ButtonOperator.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/ButtonOperator.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/ButtonOperator.java b/odk/examples/DevelopersGuide/Forms/ButtonOperator.java
index 3b792e28ea22..b07b6e804137 100644
--- a/odk/examples/DevelopersGuide/Forms/ButtonOperator.java
+++ b/odk/examples/DevelopersGuide/Forms/ButtonOperator.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.
- *
+ *
*************************************************************************/
// java base stuff
import com.sun.star.awt.ActionEvent;
@@ -50,12 +50,12 @@ import java.util.Vector;
*/
public class ButtonOperator implements XActionListener, XFeatureInvalidation
{
- private XComponentContext m_componentContext;
- private DocumentHelper m_aDocument;
+ private XComponentContext m_componentContext;
+ private DocumentHelper m_aDocument;
private XPropertySet m_form;
private XFormOperations m_formOperations;
- private Vector m_aButtons;
+ private Vector m_aButtons;
/* ------------------------------------------------------------------ */
/** ctor