summaryrefslogtreecommitdiff
path: root/sc/source/ui/collab
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-09 23:37:32 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-14 19:39:46 +0200
commit7f6b2321a5adbf63fdd50989e58418db93e90454 (patch)
tree46f33f6ebd468e183f2c554ef6db665de618d638 /sc/source/ui/collab
parent0357b778956a453a700d7b7002a7850071bde70d (diff)
tubes: use channel's signal closed to know when end the collaboration
Change-Id: I11e0aa2db3b41a166e23c85fd040f883e0d3be08
Diffstat (limited to 'sc/source/ui/collab')
-rw-r--r--sc/source/ui/collab/sccollaboration.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/collab/sccollaboration.cxx b/sc/source/ui/collab/sccollaboration.cxx
index 74c067c611c4..5dc527d13473 100644
--- a/sc/source/ui/collab/sccollaboration.cxx
+++ b/sc/source/ui/collab/sccollaboration.cxx
@@ -27,9 +27,8 @@ ScCollaboration::~ScCollaboration()
{
}
-void ScCollaboration::ContactLeft() const
+void ScCollaboration::EndCollaboration() const
{
- SAL_INFO( "sc.tubes", "Contact has left the collaboration" );
ScDocFuncSend* pSender = GetScDocFuncSend();
if (pSender)
{