summaryrefslogtreecommitdiff
path: root/hwpfilter/source/attributes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/attributes.cxx')
-rw-r--r--hwpfilter/source/attributes.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/hwpfilter/source/attributes.cxx b/hwpfilter/source/attributes.cxx
index f9e33b1f40f7..1c0712b0f9ab 100644
--- a/hwpfilter/source/attributes.cxx
+++ b/hwpfilter/source/attributes.cxx
@@ -27,10 +27,8 @@ namespace {
struct TagAttribute
{
TagAttribute( const OUString &rName, const OUString &rType , const OUString &rValue )
+ : sName(rName), sType(rType), sValue(rValue)
{
- sName = rName;
- sType = rType;
- sValue = rValue;
}
OUString sName;