Kaydet (Commit) 3ee62ed5 authored tarafından Matúš Kukan's avatar Matúš Kukan

tubes: remove unused SetCollaboration method

üst 80e8ffc0
......@@ -282,11 +282,6 @@ ScDocFuncSend::ScDocFuncSend( ScDocShell& rDocSh, boost::shared_ptr<ScDocFuncRec
fprintf( stderr, "Sender created !\n" );
}
void ScDocFuncSend::SetCollaboration( TeleManager *pManager )
{
mpManager = pManager;
}
bool ScDocFuncSend::InitTeleManager( bool bIsMaster )
{
if (mpManager)
......
......@@ -237,7 +237,6 @@ public:
ScDocFuncSend( ScDocShell& rDocSh, boost::shared_ptr<ScDocFuncRecv> pDirect );
virtual ~ScDocFuncSend() {}
void SetCollaboration( TeleManager *pManager );
bool InitTeleManager( bool bIsMaster );
virtual void EnterListAction( sal_uInt16 nNameResId );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment