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 /reportdesign/source | |
parent | a8877197072523ec60fadb138f9790aa2bf66cd2 (diff) |
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/core/sdr/ModuleHelper.cxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/report/ReportController.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/core/sdr/ModuleHelper.cxx b/reportdesign/source/core/sdr/ModuleHelper.cxx index e9f778384a2c..ecbd677ed606 100644 --- a/reportdesign/source/core/sdr/ModuleHelper.cxx +++ b/reportdesign/source/core/sdr/ModuleHelper.cxx @@ -39,7 +39,7 @@ namespace rptui //= OModuleImpl -/** implementation for <type>OModule</type>. not threadsafe, has to be guarded by it's owner +/** implementation for <type>OModule</type>. not threadsafe, has to be guarded by its owner */ class OModuleImpl { diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx index dcee174c9bf8..4d8707ae6a16 100644 --- a/reportdesign/source/ui/report/ReportController.cxx +++ b/reportdesign/source/ui/report/ReportController.cxx @@ -2612,7 +2612,7 @@ void OReportController::shrinkSectionBottom(uno::Reference<report::XSection> _xS sal_Int32 nMaxPositionY = 0; uno::Reference< report::XReportComponent> xReportComponent; - // for every component get it's Y-position and compare it to the current Y-position + // for every component get its Y-position and compare it to the current Y-position for (int i=0;i<nElements;i++) { xReportComponent.set(_xSection->getByIndex(i), uno::UNO_QUERY); @@ -2644,7 +2644,7 @@ void OReportController::shrinkSectionTop(uno::Reference<report::XSection> _xSect sal_Int32 nMinPositionY = nSectionHeight; uno::Reference< report::XReportComponent> xReportComponent; - // for every component get it's Y-position and compare it to the current Y-position + // for every component get its Y-position and compare it to the current Y-position for (int i=0;i<nElements;i++) { xReportComponent.set(_xSection->getByIndex(i), uno::UNO_QUERY); |