[Libreoffice-commits] .: connectivity/qa forms/qa odk/examples qadevOOo/runner reportbuilder/java sfx2/qa writerfilter/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Nov 23 16:02:35 PST 2012
connectivity/qa/connectivity/tools/sdb/Connection.java | 5 ----
forms/qa/org/openoffice/complex/forms/tools/ResultSet.java | 5 ----
forms/qa/org/openoffice/xforms/Instance.java | 5 ----
forms/qa/org/openoffice/xforms/Model.java | 5 ----
forms/qa/org/openoffice/xforms/XMLDocument.java | 5 ----
odk/examples/java/Inspector/XTreePathProvider.java | 9 -------
qadevOOo/runner/graphical/Tolerance.java | 5 ----
reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/BorderRightMapper.java | 12 ----------
sfx2/qa/complex/sfx2/DocumentEvents.java | 9 -------
sfx2/qa/complex/sfx2/JUnitBasedTest.java | 9 -------
sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest.java | 6 -----
writerfilter/qa/complex/ooxml/LoadDocuments.java | 9 -------
12 files changed, 84 deletions(-)
New commits:
commit 1994d859e3fd1ccbf41fad0afddba7d8a514a63d
Author: José Guilherme Vanz <guilherme.sft at gmail.com>
Date: Fri Nov 23 12:33:36 2012 -0200
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 at gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1146
Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>
diff --git a/connectivity/qa/connectivity/tools/sdb/Connection.java b/connectivity/qa/connectivity/tools/sdb/Connection.java
index 935b077..f530fa9 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 6bfc770..04a84fd 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 ec99b55..8af514e 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 b96eb9e..e8d1361 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 e71e755..80d9764 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 90ab022..fc29af5 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 8da29cd..8085716 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 b05fc4f..af9afa4 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 a38e137..a60e8ff 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 at 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 a434937..8afa24e 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 0455bcc..12f6283 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 at 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 acbbdb6..7515f8d 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;
More information about the Libreoffice-commits
mailing list