diff options
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java b/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java index 8f1446f0e1fc..ad7993df0ddc 100644 --- a/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java +++ b/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java @@ -96,7 +96,7 @@ public interface IReportBuilderLayouter void layout(); /** - * Initialize the current Layouter with data's out of an other Layouter. + * Initialize the current Layouter with data's out of another Layouter. * * This Method copies the internal fields, groups and titles */ diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java index a30cdeeb9383..8553ea471028 100644 --- a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java +++ b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java @@ -712,7 +712,7 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter * Use 'convertToFieldName(dbfield)' to convert a dbfield name in the right. * * @param _xSection in which section the formatted field will store - * @param _sFormattedfield as String a dbfield or an other function + * @param _sFormattedfield as String a dbfield or another 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 |