bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7a4a9d3d425908f81db7736964d0c13c8b8ee3bc Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Thu Dec 11 11:16:45 2014 +0100 bridges: fix gcc3_linux_arm build Change-Id: I3bfaeab9dd9f2d8cd603c655ec3aa7c4f508c673 diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx index 0a25f48..8dfb88d 100644 --- a/bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx @@ -408,7 +408,7 @@ static void cpp_call( if (pReturnTypeDescr) { - bool bSimpleReturn = !arm::return_in_hidden_param( pReturnTypeRef ) + bool bSimpleReturn = !arm::return_in_hidden_param( pReturnTypeRef ); if (bSimpleReturn) pCppReturn = pUnoReturn; // direct way for simple types _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits