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 | 33deb5b2f43e189cb2d98bce2331597250e6b218 (patch) | |
tree | 1862a7491ff9a30a498e55e8a90b3c839227321f | |
parent | b79c9285a5c28237367d91214b567face76df206 (diff) |
#i100000# new name for parameter to prevent hiding variablesooo/DEV300_m90
-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 4a5bfbe85..5d824c3bf 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. |