Kaydet (Commit) 7b06bf38 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak Kaydeden (comit) Michael Meeks

cppcheck: unused variables

üst 8b743876
......@@ -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++)
......
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