diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-31 11:24:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-31 11:24:44 +0100 |
commit | edcb5a3c42fbfc30794c98daffef4bd79fb570e1 (patch) | |
tree | 33247eeb8dc55d320462ce9be6e44ace11a47a34 /svl/unx/source/svdde | |
parent | 34c8903fb1ae9e38fbddddf840298b707e66c7f0 (diff) |
Disconnect and Connect don't do anything now
Change-Id: If18f530f613e7cb9d0c8f0989752f31178c97dcd
Diffstat (limited to 'svl/unx/source/svdde')
-rw-r--r-- | svl/unx/source/svdde/ddedummy.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
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* ) { } |