diff options
author | Wastack <btomi96@gmail.com> | 2016-03-11 00:54:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-11 08:38:11 +0000 |
commit | 83452dd0836fe0da96095a322231d837fc31934b (patch) | |
tree | 21a2777a29281d31742cdc1cbcb5f804312391e5 /cppuhelper | |
parent | 0fea7b00e26d9e5ee9ae995d484540adadf85fda (diff) |
tdf#97966 redundant static keywords removed 6
Change-Id: Iaf034f3b2282a973f6503edea41cb3184543fb11
Reviewed-on: https://gerrit.libreoffice.org/23133
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/exc_thrower.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx index 26838d638c18..7d3e24b7344b 100644 --- a/cppuhelper/source/exc_thrower.cxx +++ b/cppuhelper/source/exc_thrower.cxx @@ -67,12 +67,12 @@ extern "C" { -static void SAL_CALL ExceptionThrower_acquire_release_nop( +void SAL_CALL ExceptionThrower_acquire_release_nop( SAL_UNUSED_PARAMETER uno_Interface * ) {} -static void SAL_CALL ExceptionThrower_dispatch( +void SAL_CALL ExceptionThrower_dispatch( uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, void * pReturn, void * pArgs [], uno_Any ** ppException ) { |