[Libreoffice-commits] .: extensions/source
Matus Kukan
mkukan at kemper.freedesktop.org
Tue Jul 10 23:35:33 PDT 2012
extensions/source/activex/so_activex.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cfec62ef443b3cda054bb698375ee49bc11586a0
Author: Matúš Kukan <matus.kukan at gmail.com>
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 ) );
}
More information about the Libreoffice-commits
mailing list