[Libreoffice-commits] .: Branch 'feature/tubes2' - sc/source
Eike Rathke
erack at kemper.freedesktop.org
Fri Mar 23 03:44:56 PDT 2012
sc/source/ui/collab/collab.cxx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit f202e7f9e73331d8271cb00c314bdbcefd176d45
Author: Eike Rathke <erack at redhat.com>
Date: Fri Mar 23 11:44:15 2012 +0100
tubes: adapt to new contact list interface
diff --git a/sc/source/ui/collab/collab.cxx b/sc/source/ui/collab/collab.cxx
index bc0c99e..87d6f93 100644
--- a/sc/source/ui/collab/collab.cxx
+++ b/sc/source/ui/collab/collab.cxx
@@ -55,14 +55,15 @@ bool ScCollaboration::initManager()
{
mpManager = new TeleManager( maLink);
bool bOk = mpManager->connect();
+ mpManager->prepareAccountManager();
return bOk;
}
bool ScCollaboration::initAccountContact()
{
- ContactList aContacts;
- AccountContactPairV aVec( aContacts.getContacts());
+ ContactList* pContactList = mpManager->getContactList();
+ AccountContactPairV aVec( pContactList->getContacts());
if (aVec.empty())
return false;
More information about the Libreoffice-commits
mailing list