Kaydet (Commit) 463ca2cb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=shadow (MinGW, extensions)

...and aStr, aStr2 are not necessary, anyway.

Change-Id: I04fbd1fb3c7375015168e866e8b77eebfb62f648
üst a394a6f9
......@@ -352,10 +352,8 @@ Sequence< PluginDescription > XPluginManager_Impl::impl_getPluginDescriptions(vo
::VerQueryValue( pVersionData, _T("\\StringFileInfo\\040904E4\\FileExtents"),
(void**)&pInfo2, &nSize ) && pInfo2)
{
OString aStr2( pInfo2 );
OString aExt( aStr2 );
OString aStr( pInfo );
OString aMIME( aStr );
OString aExt( pInfo2 );
OString aMIME( pInfo );
aMIME.trim();
// count mime tokens
......
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