diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-31 11:24:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-31 11:24:44 +0100 |
commit | edcb5a3c42fbfc30794c98daffef4bd79fb570e1 (patch) | |
tree | 33247eeb8dc55d320462ce9be6e44ace11a47a34 /include/svl/svdde.hxx | |
parent | 34c8903fb1ae9e38fbddddf840298b707e66c7f0 (diff) |
Disconnect and Connect don't do anything now
Change-Id: If18f530f613e7cb9d0c8f0989752f31178c97dcd
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r-- | include/svl/svdde.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index f946da2471a6..9889774f3226 100644 --- a/include/svl/svdde.hxx +++ b/include/svl/svdde.hxx @@ -288,8 +288,6 @@ 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* ); |