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 /reportbuilder/java | |
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>
Diffstat (limited to 'reportbuilder/java')
-rw-r--r-- | reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/BorderRightMapper.java | 12 |
1 files changed, 0 insertions, 12 deletions
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 { |