summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/ErrorHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/ErrorHandler.java')
-rw-r--r--wizards/com/sun/star/wizards/web/ErrorHandler.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/web/ErrorHandler.java b/wizards/com/sun/star/wizards/web/ErrorHandler.java
index f330532a3058..aa9495e5cde0 100644
--- a/wizards/com/sun/star/wizards/web/ErrorHandler.java
+++ b/wizards/com/sun/star/wizards/web/ErrorHandler.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
@@ -52,7 +52,7 @@ public interface ErrorHandler
public static int DEF_YES = VclWindowPeerAttribute.DEF_YES;
public static int DEF_NO = VclWindowPeerAttribute.DEF_NO;
/**
- * Error type for fatal errors which should abort application
+ * Error type for fatal errors which should abort application
* execution. Should actually never be used :-)
*/
public static final int ERROR_FATAL = 0;
@@ -101,7 +101,7 @@ public interface ErrorHandler
*/
public static final int ERROR_WARNING = 8;
/**
- * An error type which just tells the user something
+ * An error type which just tells the user something
* ( like "you look tired! you should take a bath! and so on)
*/
public static final int ERROR_MESSAGE = 9;