diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:46 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:21:50 +0200 |
commit | f8cb50799e34b0adb0c36c392502deb7baf556c5 (patch) | |
tree | 2c74045fc8874bdef9190a7286ddc622c36dcc65 /xmloff | |
parent | 3681229b125238b02e03cf1bdf53b404f080f091 (diff) |
Fix typos
Change-Id: I8ab75eb5cd54d14fda42bcdb1a251e9e2b6fefdf
Reviewed-on: https://gerrit.libreoffice.org/77612
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/propertyimport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/propertyimport.hxx b/xmloff/source/forms/propertyimport.hxx index 2f95767a5721..a08727902dbb 100644 --- a/xmloff/source/forms/propertyimport.hxx +++ b/xmloff/source/forms/propertyimport.hxx @@ -123,7 +123,7 @@ namespace xmloff /** determine if the element imported by the object had a given attribute. <p>Please be aware of the fact that the name given must be a local name, i.e. not contain a namespace. - All form relevant attributes are in the same namespace, so this would be an redundant information.</p> + All form relevant attributes are in the same namespace, so this would be a redundant information.</p> */ bool encounteredAttribute(const OUString& _rAttributeName) const; |