extensions/source/activex/so_activex.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ddc29aedf9f0f450699cdce7c72df8cb1aabd2df
Author:     Xisco Fauli <[email protected]>
AuthorDate: Mon Nov 10 11:38:56 2025 +0100
Commit:     Xisco Fauli <[email protected]>
CommitDate: Mon Nov 10 13:26:22 2025 +0100

    fix warning C4101: 'ind': unreferenced local variable
    
    after
    commit e5ded88418c46d2183c911fb7564259fc7c97a47
    Author: Mike Kaganski <[email protected]>
    Date:   Mon Nov 10 12:12:21 2025 +0500
    
        Fix registration of ActiveX component
    
    Change-Id: Ic8e784e3a00fcefbd7a0db48f2d31f373543c5ce
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193733
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <[email protected]>

diff --git a/extensions/source/activex/so_activex.cxx 
b/extensions/source/activex/so_activex.cxx
index bc865748b1b0..72ffb5adaac5 100644
--- a/extensions/source/activex/so_activex.cxx
+++ b/extensions/source/activex/so_activex.cxx
@@ -274,7 +274,6 @@ EXTERN_C __declspec(dllexport) HRESULT STDAPICALLTYPE 
DllUnregisterServerNative(
 static HRESULT DllRegisterServerNative_Impl( int nMode, bool bForAllUsers, 
REGSAM nKeyAccess, const wchar_t* pProgramPath, const wchar_t* pLibName )
 {
     char        aSubKey[513];
-    int         ind;
     const char* aPrefix = aLocalPrefix; // bForAllUsers ? "" : aLocalPrefix;
 
     // In case SO7 is installed for this user he can have local registry 
entries that will prevent him from

Reply via email to