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 --- include/svl/svdde.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index aef9bed26559..524bd5ece1b0 100644 --- a/include/svl/svdde.hxx +++ b/include/svl/svdde.hxx @@ -260,7 +260,6 @@ public: // A Warm-/Hot-Link is created. Return true if successful virtual bool StartAdviseLoop(); - bool StopAdviseLoop(); private: friend class DdeInternal; @@ -298,19 +297,11 @@ class SVL_DLLPUBLIC DdeService { friend class DdeInternal; -public: - bool IsBusy(); - OUString GetHelp(); - // Eventually creating a new item. return 0 -> Topic creation failed - bool MakeTopic( const OUString& rItem ); - protected: OUString Topics(); OUString Formats(); OUString SysItems(); OUString Status(); - OUString SysTopicGet( const OUString& ); - bool SysTopicExecute( const OUString* ); const DdeTopic* GetSysTopic() const { return pSysTopic; } private: -- cgit