diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-28 10:16:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-31 09:50:10 +0200 |
commit | 74bf52f22434543aee5f7f112790625a5f5dbc14 (patch) | |
tree | 9fd50ad19a9053be115777c7f9fad2043ea23485 /svl/source | |
parent | 4aed1c6f384ab372b1c03f607445f92f0181f822 (diff) |
aConnectLink is never set, so remove it
Change-Id: Idd4ecc2f9f566b2d1fa0127dae12fefe1e4479e8
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/svdde/ddesvr.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx index 11ea616bd369..32645468ea59 100644 --- a/svl/source/svdde/ddesvr.cxx +++ b/svl/source/svdde/ddesvr.cxx @@ -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 ) |