diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-22 19:16:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-22 19:22:11 +0300 |
commit | 42a78549ce3c3cedb0e501d0488e0b85bfd5e8a8 (patch) | |
tree | d158d806b9955d8cf3a4170ac0265b0c6986ca3f /configmgr/qa/unit | |
parent | 6af967ae4c53b6ce90603338e4378620791fe3fc (diff) |
WaE: Unreferenced function definition
Change-Id: I3364da59679875c21691fa758578fd871e359956
Diffstat (limited to 'configmgr/qa/unit')
-rw-r--r-- | configmgr/qa/unit/test.cxx | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx index f824f4d35902..3fd8d13e0f23 100644 --- a/configmgr/qa/unit/test.cxx +++ b/configmgr/qa/unit/test.cxx @@ -312,34 +312,6 @@ void SimpleRecursiveTest::step() const css::uno::makeAny(OUString("step"))); } -class CrossThreadTest: public RecursiveTest { -public: - CrossThreadTest(Test const & theTest, int count, bool * destroyed); - -private: - virtual void step() const; -}; - -CrossThreadTest::CrossThreadTest( - Test const & theTest, int count, bool * destroyed): - RecursiveTest(theTest, count, destroyed) -{} - -void CrossThreadTest::step() const -{ - osl::Condition stop; - stop.set(); - WriterThread( - stop, test_, - OUString("/org.openoffice.UI.GenericCommands/UserInterface/Commands/" - "dotuno:WebHtml"), - OUString("Label")).join(); - test_.resetKey( - OUString("/org.openoffice.UI.GenericCommands/UserInterface/Commands/" - "dotuno:WebHtml"), - OUString("Label")); -} - void Test::setUp() { provider_ = css::configuration::theDefaultProvider::get( |