[Libreoffice-commits] .: shell/source

Michael Meeks michael at kemper.freedesktop.org
Mon Sep 26 02:07:40 PDT 2011


 shell/source/win32/shlxthandler/shlxthdl.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 7b06bf387c59d841c44d568cd1603e707ad90668
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Sat Sep 24 21:46:10 2011 +0700

    cppcheck: unused variables

diff --git a/shell/source/win32/shlxthandler/shlxthdl.cxx b/shell/source/win32/shlxthandler/shlxthdl.cxx
index 00d9e60..471afdd 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++)


More information about the Libreoffice-commits mailing list