summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/data/TypeDetection.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/data/TypeDetection.java')
-rw-r--r--wizards/com/sun/star/wizards/web/data/TypeDetection.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/web/data/TypeDetection.java b/wizards/com/sun/star/wizards/web/data/TypeDetection.java
index d6998ac74814..9f832361765f 100644
--- a/wizards/com/sun/star/wizards/web/data/TypeDetection.java
+++ b/wizards/com/sun/star/wizards/web/data/TypeDetection.java
@@ -2,7 +2,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
@@ -41,19 +41,19 @@ public class TypeDetection
{
/**
- * a document which will open in writer.
+ * a document which will open in writer.
*/
public final static String WRITER_DOC = "writer";
/**
- * a document which will open in calc.
+ * a document which will open in calc.
*/
public final static String CALC_DOC = "calc";
/**
- * a document which will open in impress.
+ * a document which will open in impress.
*/
public final static String IMPRESS_DOC = "impress";
/**
- * a document which will open in draw.
+ * a document which will open in draw.
*/
public final static String DRAW_DOC = "draw";
/**