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 2b59692ed804..e5df921505fb 100644 --- a/extensions/source/activex/so_activex.cxx +++ b/extensions/source/activex/so_activex.cxx @@ -737,7 +737,7 @@ STDAPI DllRegisterServer() HMODULE aCurModule = GetModuleHandleW( bX64 ? X64_LIB_NAME : X32_LIB_NAME ); DWORD nLibNameLen = sal::static_int_cast<DWORD>( - wcslen((bX64) ? X64_LIB_NAME : X32_LIB_NAME)); + wcslen(bX64 ? X64_LIB_NAME : X32_LIB_NAME)); if( aCurModule ) { |