summaryrefslogtreecommitdiff
path: root/comphelper/source/xml/attributelist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/xml/attributelist.cxx')
-rw-r--r--comphelper/source/xml/attributelist.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/comphelper/source/xml/attributelist.cxx b/comphelper/source/xml/attributelist.cxx
index 012df7f4fe03..e30491c6bc4d 100644
--- a/comphelper/source/xml/attributelist.cxx
+++ b/comphelper/source/xml/attributelist.cxx
@@ -45,9 +45,9 @@ struct TagAttribute_Impl
TagAttribute_Impl( const OUString &aName, const OUString &aType,
const OUString &aValue )
{
- this->sName = aName;
- this->sType = aType;
- this->sValue = aValue;
+ this->sName = aName;
+ this->sType = aType;
+ this->sValue = aValue;
}
OUString sName;
@@ -125,7 +125,7 @@ AttributeList::~AttributeList()
delete m_pImpl;
}
-void AttributeList::AddAttribute( const OUString &sName ,
+void AttributeList::AddAttribute( const OUString &sName ,
const OUString &sType ,
const OUString &sValue )
{