summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-06-20 14:56:59 +0200
committerMichael Stahl <mstahl@redhat.com>2016-06-21 18:20:26 +0200
commit8ad0fb82d41822aedaa3bef8f6602bd9763c97b8 (patch)
treee54941d89a2d6742b375aa5ab8f3100c7b5e3ed9 /bridges
parent67f3a9a48f17b09b9e56c50080040ee73f3f4ec2 (diff)
bridges: [loplugin:staticanonymous]
Change-Id: I9d2c233c7060ea5c7a6bc028a8146ee8b2fd555b
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx
index 9365f84cb308..579a1010a0fa 100644
--- a/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx
@@ -37,7 +37,7 @@ using namespace ::com::sun::star::uno;
namespace
{
-static void cpp_call(
+void cpp_call(
bridges::cpp_uno::shared::UnoInterfaceProxy * pThis,
bridges::cpp_uno::shared::VtableSlot aVtableSlot,
typelib_TypeDescriptionReference * pReturnTypeRef,