[Libreoffice-commits] core.git: bridges/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Sep 27 07:51:48 UTC 2020
bridges/source/cpp_uno/msvc_shared/cpp2uno.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cceaf762a6693a60147ae49f7e004ca6ca54188b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 26 21:13:31 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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)
{
More information about the Libreoffice-commits
mailing list