Kaydet (Commit) 1621a121 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:casttovoid (clang-cl): dtrans

Change-Id: Ie58ab849def17157472e6827c84ee51e14c24b7d
üst 58cff1a3
......@@ -288,7 +288,6 @@ CMtaOleClipboard::~CMtaOleClipboard( )
sal_uInt32 dwResult = WaitForSingleObject(
m_hClipboardChangedNotifierThread, MAX_WAIT_SHUTDOWN );
(void) dwResult;
OSL_ENSURE( dwResult == WAIT_OBJECT_0, "clipboard notifier thread could not terminate" );
if ( nullptr != m_hClipboardChangedNotifierThread )
......
......@@ -339,7 +339,6 @@ std::wstring getShellLinkTarget(const std::wstring& aLnkFile)
catch(sal::systools::ComError& ex)
{
OSL_FAIL(ex.what());
(void)ex;
}
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