diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-14 10:01:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-14 10:01:26 +0200 |
commit | bc397ac8265186531e4e3de17fc9bcb71fd46f2e (patch) | |
tree | e43bdcb5313372242f6412358cbc4759663f3f26 /include/svl/svdde.hxx | |
parent | 4a695946468a6cf80ee1bef52e08608920ed39f2 (diff) |
fix windows build, partial revert of my commit
adbc556c91ea4afaf3e952aa0a8329e004add63e
"make Link<> instances typed"
Change-Id: Ia8dd0d755e1c1ccf15938fc9f29bc83759d724a5
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r-- | include/svl/svdde.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index 9889774f3226..43f4618aeba3 100644 --- a/include/svl/svdde.hxx +++ b/include/svl/svdde.hxx @@ -288,6 +288,8 @@ class SVL_DLLPUBLIC DdeTopic SVL_DLLPRIVATE void _Disconnect( sal_IntPtr ); public: + void Connect( sal_IntPtr ); + void Disconnect( sal_IntPtr ); virtual DdeData* Get(SotClipboardFormatId); virtual bool Put( const DdeData* ); virtual bool Execute( const OUString* ); @@ -307,6 +309,8 @@ private: DdeString* pName; OUString aItem; std::vector<DdeItem*> aItems; + Link<> aConnectLink; + Link<> aDisconnectLink; public: DdeTopic( SAL_UNUSED_PARAMETER const OUString& ); |