summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx b/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx
index 51186d1859fc..e114a1019df7 100644
--- a/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx
@@ -96,7 +96,7 @@ cpp2uno_call(bridges::cpp_uno::shared::CppInterfaceProxy* pThis,
{
pCppArgs[nPos] = pCppIncomingParams;
pUnoArgs[nPos] = pCppIncomingParams;
- if (sizeof(void*) == sizeof(sal_Int32)) // acccount 64bit types on 32bit arch
+ if (sizeof(void*) == sizeof(sal_Int32)) // account 64bit types on 32bit arch
{
switch (pParamTD->eTypeClass)
{