summaryrefslogtreecommitdiff
path: root/include/svl/svdde.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-06 11:28:44 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-06 11:46:53 +0000
commit88e3b846b8a4bd4ce5507d1bc5441ee4167e5326 (patch)
tree6dbff3db12e6394534ee331644424691bad6325b /include/svl/svdde.hxx
parentce28d83912d14bc81c455af64893842de78a8c8d (diff)
remove some dead bits of DDE
Change-Id: Ieb1d4e23f1a62b56d14a655a676d9c7d5f33c51c Reviewed-on: https://gerrit.libreoffice.org/23849 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r--include/svl/svdde.hxx9
1 files changed, 0 insertions, 9 deletions
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: