summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-10-19 14:40:18 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-10-19 14:40:18 +0200
commitd0b6725a60a3ca5fa8ca7d2e55a51f9ba8720f85 (patch)
tree855d93932f896a27c14dfd0056925e0e97744659
parent4590bcf85c2f0caa96b7daf49867c870620ecc1c (diff)
#i100000# new name for parameter to prevent hiding variables
Notes
split repo tag: ure_ooo/DEV300_m90
-rw-r--r--sal/inc/rtl/malformeduriexception.hxx4
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.