summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-23 09:58:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-28 12:28:31 +0000
commit69c88a32aad2cafde197e98557868ad069795d60 (patch)
tree86fbddd2167952c13b10ca989d37e179a63cdde9 /reportdesign
parent2a5a4497c210b649fdfaae8b74d742f23df32499 (diff)
Fix typos
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff Reviewed-on: https://gerrit.libreoffice.org/16522 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/inc/GeometryHandler.hxx2
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/GeometryHandler.hxx b/reportdesign/source/ui/inc/GeometryHandler.hxx
index f350f3b263d5..80ab1ba06523 100644
--- a/reportdesign/source/ui/inc/GeometryHandler.hxx
+++ b/reportdesign/source/ui/inc/GeometryHandler.hxx
@@ -121,7 +121,7 @@ namespace rptui
*/
void impl_createFunction(const OUString& _sFunctionName,const OUString& _sDataField,const DefaultFunction& _aFunction);
- /** check whether the given function name is a countr function.
+ /** check whether the given function name is a counter function.
*
* \param _sQuotedFunctionName the quoted function name to check
* \param _Out_sScope the scope of the function
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index d5dc72a1ed62..e1a296888d1d 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -3163,7 +3163,7 @@ void OReportController::createControl(const Sequence< PropertyValue >& _aArgs,co
if ( !pSectionWindow )
return;
- OSL_ENSURE(pSectionWindow->getReportSection().getSection() == _xSection,"Invalid section after marking the corrct one.");
+ OSL_ENSURE(pSectionWindow->getReportSection().getSection() == _xSection,"Invalid section after marking the correct one.");
sal_Int32 nLeftMargin = getStyleProperty<sal_Int32>(m_xReportDefinition,PROPERTY_LEFTMARGIN);
const sal_Int32 nRightMargin = getStyleProperty<sal_Int32>(m_xReportDefinition,PROPERTY_RIGHTMARGIN);