diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-29 23:19:08 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-05 09:24:40 +0200 |
commit | f6fb5a17da883e89cae6f7a960266fc87ccc9f6b (patch) | |
tree | 058efebab6d3b5ef21d42a3c1191eeddf890e4cc /xmloff | |
parent | d633e80334b2472e7d99e253b761acd9b72f290b (diff) |
Fix typos
Change-Id: I92078fdece135754744d85424956dbb071f3899e
Reviewed-on: https://gerrit.libreoffice.org/53638
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/elementimport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx index a1429caa6e55..8b5497f7a578 100644 --- a/xmloff/source/forms/elementimport.hxx +++ b/xmloff/source/forms/elementimport.hxx @@ -141,7 +141,7 @@ namespace xmloff protected: /** can be used to handle properties where the attribute default and the property default differ. <p>In such case, if the property had the attribute default upon writing, nothing is read, so upon reading, - the property is still at it's own default (which is not the attribute default).<p/> + the property is still at its own default (which is not the attribute default).<p/> <p>This method, if told the attribute and the property, and the (implied) attribute default, sets the property value as if the attribute was encountered.</p> @see encounteredAttribute |