summaryrefslogtreecommitdiff
path: root/svl/unx/source
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 /svl/unx/source
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 'svl/unx/source')
-rw-r--r--svl/unx/source/svdde/ddedummy.cxx30
1 files changed, 0 insertions, 30 deletions
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();