From edcb5a3c42fbfc30794c98daffef4bd79fb570e1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 31 Aug 2015 11:24:01 +0100 Subject: Disconnect and Connect don't do anything now Change-Id: If18f530f613e7cb9d0c8f0989752f31178c97dcd --- include/svl/svdde.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svl/svdde.hxx') 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* ); -- cgit