Kaydet (Commit) 7803f6ba authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1397042 Unchecked return value

Change-Id: Ibb24dea2464c2e0bba289f08bba053efe6fe57fc
üst c43c5072
......@@ -711,7 +711,7 @@ Reference<deployment::XPackage> PackageManagerImpl::addPackage(
try {
::ucbhelper::Content sourceContent;
create_ucb_content( &sourceContent, url, xCmdEnv ); // throws exc
(void)create_ucb_content( &sourceContent, url, xCmdEnv ); // throws exc
const OUString title( StrTitle::getTitle( sourceContent ) );
const OUString title_enc( ::rtl::Uri::encode(
title, rtl_UriCharClassPchar,
......
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