summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-17 10:59:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-17 11:51:13 +0200
commit463ca2cb2953582774fddb7fa1e1d6573a8701fe (patch)
tree13554560f292f9b02066e72bc5f36d392b6f7cd7 /extensions
parenta394a6f9120b0aa7b6879fe19d73474e25a21af2 (diff)
-Werror=shadow (MinGW, extensions)
...and aStr, aStr2 are not necessary, anyway. Change-Id: I04fbd1fb3c7375015168e866e8b77eebfb62f648
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/win/winmgr.cxx6
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