summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-08-31 11:24:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-08-31 11:24:44 +0100
commitedcb5a3c42fbfc30794c98daffef4bd79fb570e1 (patch)
tree33247eeb8dc55d320462ce9be6e44ace11a47a34 /include/svl
parent34c8903fb1ae9e38fbddddf840298b707e66c7f0 (diff)
Disconnect and Connect don't do anything now
Change-Id: If18f530f613e7cb9d0c8f0989752f31178c97dcd
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/svdde.hxx2
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* );