[Libreoffice-commits] .: setup_native/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 25 03:32:44 PST 2012


 setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a737ae58cc95585e90aa946074b68022d9a2dc2b
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Dec 25 13:31:18 2012 +0200

    WaE: unreferenced local variable
    
    Change-Id: If234ce4af0f988c135a90a98312e24e4d80ca92c

diff --git a/setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx b/setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx
index 8869ee4..d56ad5e 100644
--- a/setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/completeinstallpath.cxx
@@ -71,8 +71,6 @@ extern "C" UINT __stdcall CompleteInstallPath( MSIHANDLE handle )
     // so that in an OOo 3.3 or later, the directory "program" or "share" are directly created
     // below "c:\program files".
 
-    TCHAR   szValue[8192];
-    DWORD   nValueSize = sizeof(szValue);
     HKEY    hKey;
 
     // Reading property OFFICEDIRHOSTNAME_, that contains the part of the path behind


More information about the Libreoffice-commits mailing list