diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:28:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:28:55 +0100 |
commit | 7c7755473e41f28e78dc79b885f8a39783f64699 (patch) | |
tree | 1e807ab11b99e86166454fbd0080109b6e9da4ec /extensions/source | |
parent | 8655095a4910ca795dfd182e6796d9375727a694 (diff) |
Fix typo "teh" -> "the"
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/propctrlr/stringrepresentation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/stringrepresentation.cxx b/extensions/source/propctrlr/stringrepresentation.cxx index 6802d3ed634a..5772daa67106 100644 --- a/extensions/source/propctrlr/stringrepresentation.cxx +++ b/extensions/source/propctrlr/stringrepresentation.cxx @@ -124,7 +124,7 @@ private: /** converts a string into his constant value if it exists, otherwise the type converter is used. * \param _rValue the value to be converted - * \param _ePropertyType teh type of the propery to be converted into + * \param _ePropertyType the type of the propery to be converted into * \return the converted value */ uno::Any convertStringToSimple( const ::rtl::OUString& _rValue,const uno::TypeClass& _ePropertyType ); |