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/ReportBuilderImplementation.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 5569289b6ced..3bffc856c235 100644 --- a/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java +++ b/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java @@ -99,7 +99,7 @@ public interface IReportBuilderLayouter public void insertSortingNames(String[][] _aSortFieldNames); /** - * This method redraws the whole layout with all it's content + * This method redraws the whole layout with all its content */ public void layout(); diff --git a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java index f80da12728b3..4e186e322ac0 100644 --- a/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java +++ b/wizards/com/sun/star/wizards/reportbuilder/ReportBuilderImplementation.java @@ -550,7 +550,7 @@ public class ReportBuilderImplementation extends ReportImplementationHelper } /** - * Helper function to get a com.sun.star.wizards.report.layout.ReportBuilderLayouter by it's name + * Helper function to get a com.sun.star.wizards.report.layout.ReportBuilderLayouter by its name * * @param _sClassName * @return the object or null |