diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-10 19:59:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-10 20:22:50 +0300 |
commit | 6835d9f3074c1030be6632bdaff6c8398c696429 (patch) | |
tree | 90bdc179c3522a71f87fef348d9aaced458b611d /wizards | |
parent | a8877197072523ec60fadb138f9790aa2bf66cd2 (diff) |
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
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 |