diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/plugin/win/winmgr.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/extensions/source/plugin/win/winmgr.cxx b/extensions/source/plugin/win/winmgr.cxx index b6b6951e1a06..a5535dec0c6d 100644 --- a/extensions/source/plugin/win/winmgr.cxx +++ b/extensions/source/plugin/win/winmgr.cxx @@ -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 |