From 88e3b846b8a4bd4ce5507d1bc5441ee4167e5326 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Apr 2016 11:28:44 +0200 Subject: remove some dead bits of DDE Change-Id: Ieb1d4e23f1a62b56d14a655a676d9c7d5f33c51c Reviewed-on: https://gerrit.libreoffice.org/23849 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svl/unx/source/svdde/ddedummy.cxx | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'svl/unx/source') diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index fb9446115137..fc158a3035e9 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -173,11 +173,6 @@ bool DdeTopic::StartAdviseLoop() return false; } -bool DdeTopic::StopAdviseLoop() -{ - return false; -} - bool DdeTopic::Execute( SAL_UNUSED_PARAMETER const OUString* ) { return false; @@ -220,30 +215,10 @@ OUString DdeService::Status() return OUString(); } -OUString DdeService::SysTopicGet(const OUString& rString) -{ - return rString; -} - -bool DdeService::SysTopicExecute(SAL_UNUSED_PARAMETER const OUString*) -{ - return false; -} - DdeService::~DdeService() { } -bool DdeService::IsBusy() -{ - return false; -} - -OUString DdeService::GetHelp() -{ - return OUString(); -} - void DdeService::AddFormat(SAL_UNUSED_PARAMETER SotClipboardFormatId) { } @@ -256,11 +231,6 @@ void DdeService::RemoveTopic( SAL_UNUSED_PARAMETER const DdeTopic& ) { } -bool DdeService::MakeTopic( SAL_UNUSED_PARAMETER const OUString& ) -{ - return false; -} - const OUString DdeService::GetName() const { return OUString(); -- cgit