summaryrefslogtreecommitdiffstats
path: root/tubes/qa/test_manager.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-20 14:08:02 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-20 17:35:58 +0200
commit466edaa9fb54f7f976c176635fb836f7cd85b456 (patch)
tree0a9467fed45bd856edb9706f06afa9b820f11ae5 /tubes/qa/test_manager.cxx
parentRemove dead java code, fields and local variables (diff)
downloadcore-466edaa9fb54f7f976c176635fb836f7cd85b456.tar.gz
core-466edaa9fb54f7f976c176635fb836f7cd85b456.zip
tubes: move getContacts() to TeleManager where it belongs, I believe
Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
Diffstat (limited to 'tubes/qa/test_manager.cxx')
-rw-r--r--tubes/qa/test_manager.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/tubes/qa/test_manager.cxx b/tubes/qa/test_manager.cxx
index 2e5543ee81d9..545947de159e 100644
--- a/tubes/qa/test_manager.cxx
+++ b/tubes/qa/test_manager.cxx
@@ -36,7 +36,6 @@
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <tubes/collaboration.hxx>
-#include <tubes/contact-list.hxx>
#include <tubes/manager.hxx>
#include <unotools/localfilehelper.hxx>
@@ -137,7 +136,7 @@ void TestTeleTubes::testInitTeleManager()
void TestTeleTubes::testContactList()
{
- AccountContactPairV pairs = TeleManager::getContactList()->getContacts();
+ AccountContactPairV pairs = TeleManager::getContacts();
/* Both our accounts are meant to be signed in, and they both should be
* capable of LibreOffice tubes because this test runs after we register
* our handler. */