diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-09-24 21:46:10 +0700 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-26 10:08:15 +0100 |
commit | 7b06bf387c59d841c44d568cd1603e707ad90668 (patch) | |
tree | c3618e8d6c9872d636f95738381450bf38d9bec5 /shell/source | |
parent | 8b74387620932c1bc93fce885ebdf82c55f4c9ff (diff) |
cppcheck: unused variables
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/win32/shlxthandler/shlxthdl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/shlxthdl.cxx b/shell/source/win32/shlxthandler/shlxthdl.cxx index 00d9e60a1a53..471afddf075d 100644 --- a/shell/source/win32/shlxthandler/shlxthdl.cxx +++ b/shell/source/win32/shlxthandler/shlxthdl.cxx @@ -180,7 +180,6 @@ namespace /* private */ HRESULT RegisterPropSheetHandler(const char* ModuleFileName) { - std::string ExtEntry; std::string FwdKeyEntry; if (FAILED(RegisterComComponent(ModuleFileName, CLSID_PROPERTYSHEET_HANDLER))) @@ -199,7 +198,6 @@ namespace /* private */ HRESULT UnregisterPropSheetHandler() { - std::string ExtEntry; std::string FwdKeyEntry; for (size_t i = 0; i < OOFileExtensionTableSize; i++) |