summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/reportbuilder/layout
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-04 22:21:36 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-04 22:22:04 +0100
commit65610d54b43290d722b318d5ff819e6b5af1bc3a (patch)
tree75074f093b727abb0c5694fbde0c41fcf900c43e /wizards/com/sun/star/wizards/reportbuilder/layout
parent67942a8b68f8061f4bbeda023be9a586e636128f (diff)
remove trailing whitespaces
Change-Id: Ib6684fe00e063e150af30477fd704d9b3f029282
Diffstat (limited to 'wizards/com/sun/star/wizards/reportbuilder/layout')
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
index a7c6b8f44168..6cbd91debfed 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
@@ -88,7 +88,7 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter
/**
* The Constructor is protected, this is a abstract class, use Tabular or other to create an instance.
* @param _xDefinitionAccess
- * @param _aResource
+ * @param _aResource
*/
protected ReportBuilderLayouter(IReportDefinitionReadAccess _xDefinitionAccess, Resource _aResource)
{
@@ -182,7 +182,7 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter
/**
* Remove all fields
- * @param _xSectionToClear
+ * @param _xSectionToClear
*/
private void emptySection(XSection _xSectionToClear)
{
@@ -717,7 +717,7 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter
* @param _sFormattedfield as String a dbfield or an other function
* @param _aRect .X, .Y are the absolute position (1/100mm) where the formatted field will set
* @param _nWidth the width of the field in 1/100mm
- * @param _aSO
+ * @param _aSO
* @return a new Rectangle with the new Rect.X position, Rect.Y will not change.
*/
protected Rectangle insertFormattedField(XSection _xSection, String _sFormattedfield, Rectangle _aRect, int _nWidth, SectionObject _aSO)