From d0b6725a60a3ca5fa8ca7d2e55a51f9ba8720f85 Mon Sep 17 00:00:00 2001 From: Vladimir Glazunov Date: Tue, 19 Oct 2010 14:40:18 +0200 Subject: #i100000# new name for parameter to prevent hiding variables --- sal/inc/rtl/malformeduriexception.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sal/inc/rtl/malformeduriexception.hxx b/sal/inc/rtl/malformeduriexception.hxx index f196b4f00d60..731d762e23cb 100644 --- a/sal/inc/rtl/malformeduriexception.hxx +++ b/sal/inc/rtl/malformeduriexception.hxx @@ -53,8 +53,8 @@ public: inline SAL_EXCEPTION_DLLPRIVATE ~MalformedUriException() {} inline SAL_EXCEPTION_DLLPRIVATE MalformedUriException operator =( - MalformedUriException const & other) - { m_aMessage = other.m_aMessage; return *this; } + MalformedUriException const & rOther) + { m_aMessage = rOther.m_aMessage; return *this; } /** Get the message. -- cgit v1.2.3