From 84fd42c1f58627f3e03ee6062fa2812a4890d941 Mon Sep 17 00:00:00 2001
From: Wastack <btomi96@gmail.com>
Date: Thu, 31 Mar 2016 08:48:33 +0200
Subject: tdf#97966  Drop 'static' keywords

Including no keywords from extern "C" blocks

Change-Id: I7769c9d2a131d7389ef6ab08c0fbd12bc624778c
Reviewed-on: https://gerrit.libreoffice.org/23678
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
---
 uui/source/iahndl.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'uui')

diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 762535349cd0..c8e0601fa034 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -300,7 +300,7 @@ UUIInteractionHelper::tryOtherInteractionHandler(
 namespace
 {
 
-    static bool lcl_matchesRequest( const Any& i_rRequest, const OUString& i_rTypeName, const OUString& i_rPropagation )
+    bool lcl_matchesRequest( const Any& i_rRequest, const OUString& i_rTypeName, const OUString& i_rPropagation )
     {
         const css::uno::TypeDescription aTypeDesc( i_rTypeName );
         const typelib_TypeDescription* pTypeDesc = aTypeDesc.get();
-- 
cgit