summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/export/Exporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/export/Exporter.java')
-rw-r--r--wizards/com/sun/star/wizards/web/export/Exporter.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/web/export/Exporter.java b/wizards/com/sun/star/wizards/web/export/Exporter.java
index 90f145cf1241..43ef9275db4b 100644
--- a/wizards/com/sun/star/wizards/web/export/Exporter.java
+++ b/wizards/com/sun/star/wizards/web/export/Exporter.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
@@ -47,12 +47,12 @@ public interface Exporter
* of a binary format.
* always use source.urlFilename as destination filename.
* @param source is a CGDocument object.
- * @param target contains the URL of a directory to which the
+ * @param target contains the URL of a directory to which the
* file should be exported to.
* @param xmsf this is a basic multiServiceFactory.
- * @param task - a task monitoring object. This should advance
+ * @param task - a task monitoring object. This should advance
* (call task.advacne(true) ) 3 times, while exporting.
- *
+ *
*/
public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task task) throws IOException;