diff options
Diffstat (limited to 'sal/qa/rtl/uri/rtl_testuri.cxx')
-rw-r--r-- | sal/qa/rtl/uri/rtl_testuri.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/uri/rtl_testuri.cxx b/sal/qa/rtl/uri/rtl_testuri.cxx index dd6064a8d..fe8ed6c41 100644 --- a/sal/qa/rtl/uri/rtl_testuri.cxx +++ b/sal/qa/rtl/uri/rtl_testuri.cxx @@ -368,7 +368,7 @@ void Test::test_Uri() { aAbs = rtl::Uri::convertRelToAbs( rtl::OUString::createFromAscii(aRelToAbsTest[i].pBase), rtl::OUString::createFromAscii(aRelToAbsTest[i].pRel)); - } catch (rtl::MalformedUriException &) { + } catch (const rtl::MalformedUriException &) { bMalformed = true; } if (bMalformed |