summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/data/CGDocument.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/data/CGDocument.java')
-rw-r--r--wizards/com/sun/star/wizards/web/data/CGDocument.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.java b/wizards/com/sun/star/wizards/web/data/CGDocument.java
index 177355612675..b8c7ed50cd6b 100644
--- a/wizards/com/sun/star/wizards/web/data/CGDocument.java
+++ b/wizards/com/sun/star/wizards/web/data/CGDocument.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
@@ -92,7 +92,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider
/**
* The contents subdirectory name in which the document is in.
* This subdirectory will be created in the content's "docs"
- * subdirectory.
+ * subdirectory.
*/
public String dirName;
/**
@@ -180,7 +180,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider
xProps = ((XDocumentPropertiesSupplier) UnoRuntime.queryInterface(XDocumentPropertiesSupplier.class, component)).getDocumentProperties();
}
- task.advance(true); //4
+ task.advance(true); //4
//now use the object to read some document properties.
if (xProps != null)
@@ -255,7 +255,7 @@ public class CGDocument extends ConfigSetItem implements XMLProvider
/**
* @param media is the media description string returned by an UNO TypeDetection object.
* @return one of the constants in the interface TypeDetection.
- *
+ *
*/
private String getDocType(String media)
{