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 --- svl/unx/source/svdde/ddedummy.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'svl/unx') diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index 4813dc36b5da..b504b5fe38fd 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -145,14 +145,6 @@ DdeTopic::~DdeTopic() { } -void DdeTopic::Connect( SAL_UNUSED_PARAMETER long ) -{ -} - -void DdeTopic::Disconnect( SAL_UNUSED_PARAMETER long ) -{ -} - void DdeTopic::InsertItem( SAL_UNUSED_PARAMETER DdeItem* ) { } -- cgit