From f8cb50799e34b0adb0c36c392502deb7baf556c5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 16 Aug 2019 21:40:46 +0200 Subject: Fix typos Change-Id: I8ab75eb5cd54d14fda42bcdb1a251e9e2b6fefdf Reviewed-on: https://gerrit.libreoffice.org/77612 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- xmloff/source/forms/propertyimport.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') 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.

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.

+ All form relevant attributes are in the same namespace, so this would be a redundant information.

*/ bool encounteredAttribute(const OUString& _rAttributeName) const; -- cgit