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 /include/svl/svdde.hxx | |
parent | 4aed1c6f384ab372b1c03f607445f92f0181f822 (diff) |
aConnectLink is never set, so remove it
Change-Id: Idd4ecc2f9f566b2d1fa0127dae12fefe1e4479e8
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r-- | include/svl/svdde.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index 43f4618aeba3..d2dc0e2c4cf3 100644 --- a/include/svl/svdde.hxx +++ b/include/svl/svdde.hxx @@ -309,7 +309,6 @@ private: DdeString* pName; OUString aItem; std::vector<DdeItem*> aItems; - Link<> aConnectLink; Link<> aDisconnectLink; public: |