summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
authorJosé Guilherme Vanz <guilherme.sft@gmail.com>2012-11-23 12:33:36 -0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-24 00:02:15 +0000
commit1994d859e3fd1ccbf41fad0afddba7d8a514a63d (patch)
treeb04bcc37c26711d324b0c30522baf7ef160778eb /sfx2/qa
parent3be15a051444d4d2f805d95e27831d5f466c1497 (diff)
fdo#51304 Remove @author annotation
This commit removes @author annotations, some templates comments. It has some cleanup. Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1146 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sfx2/qa')
-rwxr-xr-xsfx2/qa/complex/sfx2/DocumentEvents.java9
-rwxr-xr-xsfx2/qa/complex/sfx2/JUnitBasedTest.java9
-rw-r--r--sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java6
3 files changed, 0 insertions, 24 deletions
diff --git a/sfx2/qa/complex/sfx2/DocumentEvents.java b/sfx2/qa/complex/sfx2/DocumentEvents.java
index a38e13756551..a60e8ff228f7 100755
--- a/sfx2/qa/complex/sfx2/DocumentEvents.java
+++ b/sfx2/qa/complex/sfx2/DocumentEvents.java
@@ -1,8 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
package complex.sfx2;
import com.sun.star.document.DocumentEvent;
@@ -24,10 +19,6 @@ import org.junit.Test;
import static org.junit.Assert.*;
import org.openoffice.test.tools.OfficeDocument;
-/**
- *
- * @author frank.shoenheit@oracle.com
- */
public class DocumentEvents extends JUnitBasedTest
{
@Before
diff --git a/sfx2/qa/complex/sfx2/JUnitBasedTest.java b/sfx2/qa/complex/sfx2/JUnitBasedTest.java
index a43493712c31..8afa24e1924d 100755
--- a/sfx2/qa/complex/sfx2/JUnitBasedTest.java
+++ b/sfx2/qa/complex/sfx2/JUnitBasedTest.java
@@ -1,8 +1,3 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
package complex.sfx2;
import org.openoffice.test.OfficeConnection;
@@ -12,10 +7,6 @@ import com.sun.star.uno.XComponentContext;
import org.junit.AfterClass;
import org.junit.BeforeClass;
-/**
- *
- * @author Frank
- */
public class JUnitBasedTest
{
// -----------------------------------------------------------------------------------------------------------------
diff --git a/sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java b/sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java
index 0455bcc56607..12f6283edece 100644
--- a/sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java
+++ b/sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java
@@ -16,11 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
package complex.sfx2.undo;
import com.sun.star.awt.Rectangle;
@@ -42,7 +37,6 @@ import static org.junit.Assert.*;
/**
* implements the {@link DocumentTest} interface on top of a drawing document
- * @author frank.schoenheit@oracle.com
*/
public abstract class DrawingOrPresentationDocumentTest extends DocumentTestBase
{