summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/interaction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/interaction.cxx')
-rw-r--r--comphelper/source/misc/interaction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/interaction.cxx b/comphelper/source/misc/interaction.cxx
index bfd8d3d1ae95..cce5e6a9337f 100644
--- a/comphelper/source/misc/interaction.cxx
+++ b/comphelper/source/misc/interaction.cxx
@@ -43,7 +43,7 @@ namespace comphelper
//--------------------------------------------------------------------
void SAL_CALL OInteractionPassword::setPassword( const ::rtl::OUString& _Password ) throw (RuntimeException)
{
- m_sPassword = _Password;;
+ m_sPassword = _Password;
}
//--------------------------------------------------------------------