diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/activex/so_activex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/activex/so_activex.cxx b/extensions/source/activex/so_activex.cxx index 3ae9145c804f..a9b134c66ff8 100644 --- a/extensions/source/activex/so_activex.cxx +++ b/extensions/source/activex/so_activex.cxx @@ -180,7 +180,7 @@ BOOL createKey( HKEY hkey, 0, REG_SZ, reinterpret_cast<const BYTE*>(aChildValue), - sal::static_int_cast<DWORD(strlen(aChildValue)))) + sal::static_int_cast<DWORD>(strlen(aChildValue)))) && ERROR_SUCCESS == RegCloseKey( hkey1 ) ); } |