diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:30:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:03 +0100 |
commit | cf0448b95d9af2c98666a7c832e6756ba8a48d96 (patch) | |
tree | c943fd49afd3e2af45146baa8686518ee80415aa /svl | |
parent | f4479461dfc719d1a2bf9765a06be0cb7b1d7bf9 (diff) |
loplugin:deletedspecial
Change-Id: Id4f2e6cd7d689ac0b4688d92780b48d51427307a
Diffstat (limited to 'svl')
-rw-r--r-- | svl/unx/source/svdde/ddedummy.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index de726e7d2433..33600249c321 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -104,16 +104,6 @@ DdeTransaction::DdeTransaction( DdeConnection& rConnection, const OUString&, lon { } -DdeTransaction::DdeTransaction( const DdeTransaction& rTransaction ) - : rDde( rTransaction.rDde ) - , pName(NULL) - , nType(0) - , nId(0) - , nTime(0) - , bBusy(false) -{ -} - void DdeTransaction::Execute() { } |