diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-19 14:40:18 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-19 14:40:18 +0200 |
commit | d0b6725a60a3ca5fa8ca7d2e55a51f9ba8720f85 (patch) | |
tree | 855d93932f896a27c14dfd0056925e0e97744659 /sal/inc/rtl | |
parent | 4590bcf85c2f0caa96b7daf49867c870620ecc1c (diff) |
#i100000# new name for parameter to prevent hiding variables
Notes
Notes:
split repo tag: ure_ooo/DEV300_m90
Diffstat (limited to 'sal/inc/rtl')
-rw-r--r-- | sal/inc/rtl/malformeduriexception.hxx | 4 |
1 files 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. |