diff options
author | Wastack <btomi96@gmail.com> | 2016-03-31 08:48:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-01 06:46:47 +0000 |
commit | 84fd42c1f58627f3e03ee6062fa2812a4890d941 (patch) | |
tree | 3efa54d897e832904b5441654b7c6f4fe24faebc /uui | |
parent | 9af411abce1e22d55b73d5bbac3b7a6a8535eb3b (diff) |
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>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |