Kaydet (Commit) 74bf52f2 authored tarafından Noel Grandin's avatar Noel Grandin

aConnectLink is never set, so remove it

Change-Id: Idd4ecc2f9f566b2d1fa0127dae12fefe1e4479e8
üst 4aed1c6f
......@@ -309,7 +309,6 @@ private:
DdeString* pName;
OUString aItem;
std::vector<DdeItem*> aItems;
Link<> aConnectLink;
Link<> aDisconnectLink;
public:
......
......@@ -680,7 +680,6 @@ void DdeTopic::NotifyClient( const OUString& rItem )
void DdeTopic::Connect( sal_IntPtr nId )
{
aConnectLink.Call( (void*)nId );
}
void DdeTopic::Disconnect( sal_IntPtr nId )
......
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