summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-26 21:13:31 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-27 09:51:11 +0200
commitcceaf762a6693a60147ae49f7e004ca6ca54188b (patch)
tree2965df1a787d3f4fdb78dcd2a43cdd4c8eeff8c9 /bridges
parent960252e129bb72e10790672a5650c0ce24e0f1e0 (diff)
Fix typo
Change-Id: I3792328b8e768d069e1a5a593cd811764bf7b5b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103492 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bridges')
-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)
{