reportdesign/source/ui/inc/ReportController.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f98d090a11a7f33cc15f4991b7bc1960b1098b98 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Apr 28 23:35:58 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Apr 29 19:16:57 2025 +0200 Fix typo Change-Id: I9a33a4d24d2ed809220a675669c0c378ff3110d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184736 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx index 933ef42d5fbb..6e8cc0f89d10 100644 --- a/reportdesign/source/ui/inc/ReportController.hxx +++ b/reportdesign/source/ui/inc/ReportController.hxx @@ -127,13 +127,13 @@ namespace rptui * \param _sFunction the function which will be set at the data field. */ void createControl(const css::uno::Sequence< css::beans::PropertyValue >& _aArgs,const css::uno::Reference< css::report::XSection>& _xSection,const OUString& _sFunction ,SdrObjKind _nObjectId = SdrObjKind::ReportDesignFormattedField); - /** switch the report header/footer sectionon off with undo or without depending on the given id. + /** switch the report header/footer section on/off with undo or without depending on the given id. * * \param _nId Can either be SID_REPORTHEADER_WITHOUT_UNDO or SID_REPORTFOOTER_WITHOUT_UNDO or SID_REPORTHEADERFOOTER. */ void switchReportSection(const sal_Int16 _nId); - /** switch the report header/footer sectionon off with undo or without depending on the given id. + /** switch the report header/footer section on/off with undo or without depending on the given id. * * \param _nId Can either be SID_PAGEHEADER_WITHOUT_UNDO or SID_PAGEFOOTER_WITHOUT_UNDO or SID_PAGEHEADERFOOTER. */