summaryrefslogtreecommitdiff
path: root/svl/source/inc/passwordcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/inc/passwordcontainer.hxx')
-rw-r--r--svl/source/inc/passwordcontainer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/inc/passwordcontainer.hxx b/svl/source/inc/passwordcontainer.hxx
index b9f591b945b3..3f8b9fba11ec 100644
--- a/svl/source/inc/passwordcontainer.hxx
+++ b/svl/source/inc/passwordcontainer.hxx
@@ -118,7 +118,7 @@ public:
m_aName = aRecord.m_aName;
m_aMemPass.clear();
- m_aPersPass = OUString();
+ m_aPersPass.clear();
InitArrays( aRecord.m_bHasMemPass, aRecord.m_aMemPass, aRecord.m_bHasPersPass, aRecord.m_aPersPass );
return *this;
@@ -177,7 +177,7 @@ public:
else if ( nStatus == PERSISTENT_RECORD )
{
m_bHasPersPass = false;
- m_aPersPass = OUString();
+ m_aPersPass.clear();
}
}