summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java3
-rw-r--r--unotest/source/java/org/openoffice/test/tools/SpreadsheetView.java3
2 files changed, 0 insertions, 6 deletions
diff --git a/unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java b/unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java
index 8d6839da47fc..6b7c12324009 100644
--- a/unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java
+++ b/unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java
@@ -26,9 +26,6 @@ import com.sun.star.sheet.XSpreadsheetDocument;
import com.sun.star.sheet.XSpreadsheets;
import com.sun.star.uno.UnoRuntime;
-/**
- * @author frank.schoenheit@oracle.com
- */
public class SpreadsheetDocument extends OfficeDocument
{
/** Creates a new blank spreadsheet document */
diff --git a/unotest/source/java/org/openoffice/test/tools/SpreadsheetView.java b/unotest/source/java/org/openoffice/test/tools/SpreadsheetView.java
index 6e20bd6ebd1f..f935b1f91880 100644
--- a/unotest/source/java/org/openoffice/test/tools/SpreadsheetView.java
+++ b/unotest/source/java/org/openoffice/test/tools/SpreadsheetView.java
@@ -27,9 +27,6 @@ import com.sun.star.uno.UnoRuntime;
import java.util.logging.Level;
import java.util.logging.Logger;
-/**
- * @author frank.schoenheit@oracle.com
- */
public class SpreadsheetView extends OfficeDocumentView
{