summaryrefslogtreecommitdiff
path: root/sc/source/ui/collab/contacts.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/collab/contacts.cxx')
-rw-r--r--sc/source/ui/collab/contacts.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/collab/contacts.cxx b/sc/source/ui/collab/contacts.cxx
index c2cc8b6488ef..02240d9becfa 100644
--- a/sc/source/ui/collab/contacts.cxx
+++ b/sc/source/ui/collab/contacts.cxx
@@ -91,14 +91,6 @@ class TubeContacts : public ModelessDialog
{
fprintf( stderr, "Could not register client handlers.\n" );
}
- else
- {
- // FIXME: These signals should not be bind to a document specific code.
-
- // Receiving file is not related to any document.
- mpManager->sigFileReceived.connect( boost::bind(
- &ScDocFuncRecv::fileReceived, mpSender->GetReceiver(), _1 ) );
- }
}
void StartBuddySession()