extensions/source/activex/so_activex.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cfec62ef443b3cda054bb698375ee49bc11586a0 Author: Matúš Kukan <[email protected]> Date: Wed Jul 11 08:34:51 2012 +0200 fix typo Change-Id: I004a3981728b0f00f1536b6e7975bb45b2451eda diff --git a/extensions/source/activex/so_activex.cxx b/extensions/source/activex/so_activex.cxx index 3ae9145..a9b134c 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 ) ); }
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
