From f6fb5a17da883e89cae6f7a960266fc87ccc9f6b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 29 Apr 2018 23:19:08 +0200 Subject: Fix typos Change-Id: I92078fdece135754744d85424956dbb071f3899e Reviewed-on: https://gerrit.libreoffice.org/53638 Tested-by: Jenkins Reviewed-by: Julien Nabet --- xmloff/source/forms/elementimport.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/forms') 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.

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).

+ the property is still at its own default (which is not the attribute default).

This method, if told the attribute and the property, and the (implied) attribute default, sets the property value as if the attribute was encountered.

@see encounteredAttribute -- cgit