From 4395680011e5e882d41cd1b3a4a0e14eda7430a8 Mon Sep 17 00:00:00 2001 From: José Guilherme Vanz Date: Mon, 19 Nov 2012 21:05:40 -0200 Subject: fdo#51304: Remove @author annotation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes some @author annotations and some cleanup. Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b Signed-off-by: José Guilherme Vanz Reviewed-on: https://gerrit.libreoffice.org/1122 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java | 3 --- unotest/source/java/org/openoffice/test/tools/SpreadsheetView.java | 3 --- 2 files changed, 6 deletions(-) (limited to 'unotest') 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 { -- cgit v1.2.3