summaryrefslogtreecommitdiff
path: root/tubes
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-03-11 00:54:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-11 08:38:11 +0000
commit83452dd0836fe0da96095a322231d837fc31934b (patch)
tree21a2777a29281d31742cdc1cbcb5f804312391e5 /tubes
parent0fea7b00e26d9e5ee9ae995d484540adadf85fda (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 'tubes')
-rw-r--r--tubes/qa/test_manager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes/qa/test_manager.cxx b/tubes/qa/test_manager.cxx
index 5abe193df198..a5c1397fe321 100644
--- a/tubes/qa/test_manager.cxx
+++ b/tubes/qa/test_manager.cxx
@@ -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);