diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-08 14:06:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-08 14:06:54 +0200 |
commit | b9dd51782ceba70bda091191349d31767b7bf744 (patch) | |
tree | b08a32be30934595e9bdcf98e877f16a3d170e68 /xmloff | |
parent | c1692f620610621a139e54fb1f9d11d4c177608d (diff) |
some spelling fixes, mostly in Java code
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
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 f7b91457f608..fe4ec0e0192c 100644 --- a/xmloff/source/forms/propertyimport.hxx +++ b/xmloff/source/forms/propertyimport.hxx @@ -95,7 +95,7 @@ namespace xmloff protected: /** handle one single attribute. - <p>This is called for every attribute of the element. This class' implementaion checks if the attribute + <p>This is called for every attribute of the element. This class' implementation checks if the attribute describes a property, if so, it is added to <member>m_aValues</member>.</p> <p>All non-property attributes should be handled in derived classes.</p> |