diff options
author | José Guilherme Vanz <guilherme.sft@gmail.com> | 2012-11-23 12:33:36 -0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-24 00:02:15 +0000 |
commit | 1994d859e3fd1ccbf41fad0afddba7d8a514a63d (patch) | |
tree | b04bcc37c26711d324b0c30522baf7ef160778eb | |
parent | 3be15a051444d4d2f805d95e27831d5f466c1497 (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>
12 files changed, 0 insertions, 84 deletions
diff --git a/connectivity/qa/connectivity/tools/sdb/Connection.java b/connectivity/qa/connectivity/tools/sdb/Connection.java index 935b077083ce..f530fa9af92e 100644 --- a/connectivity/qa/connectivity/tools/sdb/Connection.java +++ b/connectivity/qa/connectivity/tools/sdb/Connection.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 connectivity.tools.sdb; import com.sun.star.lang.XMultiServiceFactory; diff --git a/forms/qa/org/openoffice/complex/forms/tools/ResultSet.java b/forms/qa/org/openoffice/complex/forms/tools/ResultSet.java index 6bfc7700c26a..04a84fd8a8ce 100644 --- a/forms/qa/org/openoffice/complex/forms/tools/ResultSet.java +++ b/forms/qa/org/openoffice/complex/forms/tools/ResultSet.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 org.openoffice.complex.forms.tools; import com.sun.star.container.XNameAccess; diff --git a/forms/qa/org/openoffice/xforms/Instance.java b/forms/qa/org/openoffice/xforms/Instance.java index ec99b551296d..8af514e0cffe 100644 --- a/forms/qa/org/openoffice/xforms/Instance.java +++ b/forms/qa/org/openoffice/xforms/Instance.java @@ -1,8 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - package org.openoffice.xforms; import com.sun.star.xml.dom.DOMException; diff --git a/forms/qa/org/openoffice/xforms/Model.java b/forms/qa/org/openoffice/xforms/Model.java index b96eb9e1d5cb..e8d1361ab506 100644 --- a/forms/qa/org/openoffice/xforms/Model.java +++ b/forms/qa/org/openoffice/xforms/Model.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 org.openoffice.xforms; import com.sun.star.beans.XPropertySet; diff --git a/forms/qa/org/openoffice/xforms/XMLDocument.java b/forms/qa/org/openoffice/xforms/XMLDocument.java index e71e75540c11..80d9764d249d 100644 --- a/forms/qa/org/openoffice/xforms/XMLDocument.java +++ b/forms/qa/org/openoffice/xforms/XMLDocument.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 org.openoffice.xforms; import com.sun.star.container.NoSuchElementException; diff --git a/odk/examples/java/Inspector/XTreePathProvider.java b/odk/examples/java/Inspector/XTreePathProvider.java index 90ab022632f9..fc29af5eb8c2 100644 --- a/odk/examples/java/Inspector/XTreePathProvider.java +++ b/odk/examples/java/Inspector/XTreePathProvider.java @@ -16,15 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -/* - * xTreePathProvider.java - * - * Created on 12. Dezember 2006, 13:30 - * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. - */ - public interface XTreePathProvider { public XUnoNode getLastPathComponent(); diff --git a/qadevOOo/runner/graphical/Tolerance.java b/qadevOOo/runner/graphical/Tolerance.java index 8da29cdbce81..80857168de7d 100644 --- a/qadevOOo/runner/graphical/Tolerance.java +++ b/qadevOOo/runner/graphical/Tolerance.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 graphical; public class Tolerance diff --git a/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/BorderRightMapper.java b/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/BorderRightMapper.java index b05fc4f85489..af9afa4ab270 100644 --- a/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/BorderRightMapper.java +++ b/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/BorderRightMapper.java @@ -15,24 +15,12 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -/* - * BorderRightMapper.java - * - * Created on 16. Februar 2007, 13:00 - * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. - */ package com.sun.star.report.pentaho.parser.stylemapper.fo; import com.sun.star.report.pentaho.parser.StyleMapper; import org.jfree.layouting.input.style.CSSDeclarationRule; -/** - * - * @author oj93728 - */ public class BorderRightMapper implements StyleMapper { 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 { diff --git a/writerfilter/qa/complex/ooxml/LoadDocuments.java b/writerfilter/qa/complex/ooxml/LoadDocuments.java index acbbdb606ff3..7515f8df24c5 100644 --- a/writerfilter/qa/complex/ooxml/LoadDocuments.java +++ b/writerfilter/qa/complex/ooxml/LoadDocuments.java @@ -22,15 +22,6 @@ import complexlib.ComplexTestCase; import java.io.File; import com.sun.star.text.XTextDocument; -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/** - * - * @author hb137859 - */ public class LoadDocuments extends ComplexTestCase { private XMultiServiceFactory m_xMSF; |