Kaydet (Commit) 99343e63 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ia2c768f519a4131b26f38243a64179a39771eb00
Reviewed-on: https://gerrit.libreoffice.org/54576Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 281c6095
...@@ -299,7 +299,7 @@ namespace xmloff ...@@ -299,7 +299,7 @@ namespace xmloff
/** return the AttributeAssignment which corresponds to the given attribute /** return the AttributeAssignment which corresponds to the given attribute
@param _rAttribName @param _rAttribName
the name of the attrribute the name of the attribute
@return @return
a pointer to the <type>AttributeAssignment</type> structure as requested, NULL if the attribute a pointer to the <type>AttributeAssignment</type> structure as requested, NULL if the attribute
does not represent a property. does not represent a property.
...@@ -309,7 +309,7 @@ namespace xmloff ...@@ -309,7 +309,7 @@ namespace xmloff
/** add a attribute assignment referring to a string property to the map /** add a attribute assignment referring to a string property to the map
@param _pAttributeName @param _pAttributeName
the name of the attrribute the name of the attribute
@param _rPropertyName @param _rPropertyName
the name of the property assigned to the attribute the name of the property assigned to the attribute
*/ */
...@@ -319,7 +319,7 @@ namespace xmloff ...@@ -319,7 +319,7 @@ namespace xmloff
/** add a attribute assignment referring to a boolean property to the map /** add a attribute assignment referring to a boolean property to the map
@param _pAttributeName @param _pAttributeName
the name of the attrribute the name of the attribute
@param _rPropertyName @param _rPropertyName
the name of the property assigned to the attribute the name of the property assigned to the attribute
@param _bAttributeDefault @param _bAttributeDefault
...@@ -335,7 +335,7 @@ namespace xmloff ...@@ -335,7 +335,7 @@ namespace xmloff
/** add a attribute assignment referring to an int16 property to the map /** add a attribute assignment referring to an int16 property to the map
@param _pAttributeName @param _pAttributeName
the name of the attrribute the name of the attribute
@param _rPropertyName @param _rPropertyName
the name of the property assigned to the attribute the name of the property assigned to the attribute
*/ */
...@@ -345,7 +345,7 @@ namespace xmloff ...@@ -345,7 +345,7 @@ namespace xmloff
/** add a attribute assignment referring to an int32 property to the map /** add a attribute assignment referring to an int32 property to the map
@param _pAttributeName @param _pAttributeName
the name of the attrribute the name of the attribute
@param _rPropertyName @param _rPropertyName
the name of the property assigned to the attribute the name of the property assigned to the attribute
*/ */
...@@ -355,7 +355,7 @@ namespace xmloff ...@@ -355,7 +355,7 @@ namespace xmloff
/** add a attribute assignment referring to an enum property to the map /** add a attribute assignment referring to an enum property to the map
@param _pAttributeName @param _pAttributeName
the name of the attrribute the name of the attribute
@param _rPropertyName @param _rPropertyName
the name of the property assigned to the attribute the name of the property assigned to the attribute
@param _pValueMap @param _pValueMap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment