Kaydet (Commit) 5dc23d53 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: selfAssignment

Change-Id: I8910f69d86c608350eefcbcce49c6d8e7577bd22
üst ccfff88d
...@@ -448,7 +448,6 @@ std::wstring getShellLinkTarget(const std::wstring& aLnkFile) ...@@ -448,7 +448,6 @@ std::wstring getShellLinkTarget(const std::wstring& aLnkFile)
catch(sal::systools::ComError& ex) catch(sal::systools::ComError& ex)
{ {
OSL_FAIL(ex.what()); OSL_FAIL(ex.what());
ex = ex;
} }
return target; return target;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment