diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:59:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:02 +0200 |
commit | 2805ac13dcf5ec0c7bbac949ff08a044a6805fd7 (patch) | |
tree | 07c93e952ef78e0da5eb8b365f01ecb7a7ab2227 /xmloff | |
parent | cc1352243e4c69c60851df901d2491fff91c2cb4 (diff) |
typo: choosen -> chosen
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/propertyexport.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx index 8d81ca6d785e..e212b5113dff 100644 --- a/xmloff/source/forms/propertyexport.hxx +++ b/xmloff/source/forms/propertyexport.hxx @@ -282,7 +282,7 @@ namespace xmloff /** exports a property value, which is a string sequence, as attribute <p>The elements of the string sequence given are quoted and concatenated, with the characters used for - this to be choosen by the caller</p> + this to be chosen by the caller</p> <p>If you use the quote character, no check (except assertions) is made if one of the list items containes the quote character</p> diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index f2484a1fdf6f..fa90b129c502 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -1948,7 +1948,7 @@ void XMLTextImportHelper::SetOutlineStyles( bool bSetEmptyLevels ) } const sal_Int32 nCount = m_pImpl->m_xChapterNumbering->getCount(); - /* First collect all paragraph styles choosen for assignment to each + /* First collect all paragraph styles chosen for assignment to each list level of the outline style, then perform the intrinsic assignment. Reason: The assignment of a certain paragraph style to a list level of the outline style causes side effects on the children |