diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-01 15:51:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-01 17:15:14 +0200 |
commit | 5aafb3db7e8316e8e5a8665d6161fda4d4588443 (patch) | |
tree | 0bc3169dcdcf36594c6e573d318f9e119a5e13bc /reportdesign | |
parent | ef8341f05ec79fcdac3b05b45659f5c98ff05edf (diff) |
Fix typos
Change-Id: I4496faa9ce7cad393bf06ca789099b045aea2741
Reviewed-on: https://gerrit.libreoffice.org/41785
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/inc/ReportController.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx index 55f952147e6b..b2a29dfb79a1 100644 --- a/reportdesign/source/ui/inc/ReportController.hxx +++ b/reportdesign/source/ui/inc/ReportController.hxx @@ -237,7 +237,7 @@ namespace rptui */ void createPageNumber(const css::uno::Sequence< css::beans::PropertyValue >& _aArgs); - /** creates a formatted filed with TODAY() function and if set also an NOW() function + /** creates a formatted field with TODAY() function and if set also an NOW() function * * \param _aArgs */ |