diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 17:20:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 17:20:45 +0100 |
commit | 3a014901fdc4134f4fae669b66b154b1137c2352 (patch) | |
tree | b991fc3cabb21e4048bb41d894965e94c0b98e19 /reportdesign | |
parent | e3f141323eea90259248cef4576ddb267b9c2d06 (diff) |
Fix typo seperated/separated
Change-Id: I133423de994b1befe246b6c921802428a3528202
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/inc/GeometryHandler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/GeometryHandler.hxx b/reportdesign/source/ui/inc/GeometryHandler.hxx index b66c23982176..bdef435806c2 100644 --- a/reportdesign/source/ui/inc/GeometryHandler.hxx +++ b/reportdesign/source/ui/inc/GeometryHandler.hxx @@ -145,13 +145,13 @@ namespace rptui */ bool impl_isDataField(const ::rtl::OUString& _sName) const; - /**return all formula in a semicolon seperated list + /**return all formula in a semicolon separated list * * \param _rList the localized function names */ void impl_fillFormulaList_nothrow(::std::vector< ::rtl::OUString >& _out_rList) const; - /** return all group names in a semicolon seperated list starting with the group where this control is contained in. + /** return all group names in a semicolon separated list starting with the group where this control is contained in. * * \param _rList fills the list with all scope names. */ |