summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportController.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/report/ReportController.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx4
1 files changed, 2 insertions, 2 deletions
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);