summaryrefslogtreecommitdiff
path: root/extensions/source/activex
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:37:03 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:37:03 +0000
commit70102010bcef6f0cf36974f639339259362eea5e (patch)
treebe9879952c44e2b287162fe37cb78906caa2323e /extensions/source/activex
parent63cd67f50c911d80068ad56374957d9e6e669e9c (diff)
INTEGRATION: CWS wae4extensions (1.14.268); FILE MERGED
2007/09/27 10:20:00 fs 1.14.268.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/activex')
-rw-r--r--extensions/source/activex/main/so_activex.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/activex/main/so_activex.cpp b/extensions/source/activex/main/so_activex.cpp
index 185e7544e54d..beca9df309d5 100644
--- a/extensions/source/activex/main/so_activex.cpp
+++ b/extensions/source/activex/main/so_activex.cpp
@@ -309,7 +309,6 @@ STDAPI DllUnregisterServerNative( int nMode, BOOL bForAllUsers )
HKEY hkey = NULL;
BOOL fErr = FALSE;
char aSubKey[513];
- HKEY aIter[2] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER };
const char* aPrefix = aLocalPrefix; // bForAllUsers ? "" : aLocalPrefix;
for( int ind = 0; ind < SUPPORTED_EXT_NUM; ind++ )
@@ -486,7 +485,6 @@ STDAPI DllUnregisterServerDoc( int nMode, BOOL bForAllUsers )
HKEY hkey = NULL;
BOOL fErr = FALSE;
char aSubKey[513];
- HKEY aIter[2] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER };
const char* aPrefix = aLocalPrefix; // bForAllUsers ? "" : aLocalPrefix;
for( int ind = 0; ind < SUPPORTED_MSEXT_NUM; ind++ )