Kaydet (Commit) 83452dd0 authored tarafından Wastack's avatar Wastack Kaydeden (comit) Stephan Bergmann

tdf#97966 redundant static keywords removed 6

Change-Id: Iaf034f3b2282a973f6503edea41cb3184543fb11
Reviewed-on: https://gerrit.libreoffice.org/23133Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 0fea7b00
......@@ -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 )
{
......
......@@ -64,7 +64,7 @@ class TestCollaboration : public Collaboration
virtual void StartCollaboration( TeleConference* ) {}
};
static gboolean timed_out( void * )
gboolean timed_out( void * )
{
CPPUNIT_ASSERT_MESSAGE( "Test took longer than ten seconds!", false);
......
......@@ -115,7 +115,7 @@ void ExpandContentProviderImpl::disposing()
}
static uno::Reference< uno::XInterface > SAL_CALL create(
uno::Reference< uno::XInterface > SAL_CALL create(
uno::Reference< uno::XComponentContext > const & xComponentContext )
{
return static_cast< ::cppu::OWeakObject * >(
......@@ -123,13 +123,13 @@ static uno::Reference< uno::XInterface > SAL_CALL create(
}
static OUString SAL_CALL implName()
OUString SAL_CALL implName()
{
return OUString("com.sun.star.comp.ucb.ExpandContentProvider");
}
static uno::Sequence< OUString > SAL_CALL supportedServices()
uno::Sequence< OUString > SAL_CALL supportedServices()
{
OUString names [] = {
OUString("com.sun.star.ucb.ExpandContentProvider"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment