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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/interaction.cxx b/comphelper/source/misc/interaction.cxx
index 25d36239a5f3..62f5bd2b84a5 100644
--- a/comphelper/source/misc/interaction.cxx
+++ b/comphelper/source/misc/interaction.cxx
@@ -28,9 +28,9 @@ namespace comphelper
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::task;
- void SAL_CALL OInteractionPassword::setPassword( const OUString& _Password ) throw (RuntimeException, std::exception)
+ void SAL_CALL OInteractionPassword::setPassword( const OUString& Password ) throw (RuntimeException, std::exception)
{
- m_sPassword = _Password;
+ m_sPassword = Password;
}