bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cceaf762a6693a60147ae49f7e004ca6ca54188b Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Sep 26 21:13:31 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Sep 27 09:51:11 2020 +0200 Fix typo Change-Id: I3792328b8e768d069e1a5a593cd811764bf7b5b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103492 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
