From 1994d859e3fd1ccbf41fad0afddba7d8a514a63d Mon Sep 17 00:00:00 2001 From: José Guilherme Vanz Date: Fri, 23 Nov 2012 12:33:36 -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 @author annotations, some templates comments. It has some cleanup. Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45 Signed-off-by: José Guilherme Vanz Reviewed-on: https://gerrit.libreoffice.org/1146 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- writerfilter/qa/complex/ooxml/LoadDocuments.java | 9 --------- 1 file changed, 9 deletions(-) (limited to 'writerfilter/qa') 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; -- cgit