From e1d3ecb498c9b28731392a6cb8557fe73fcfb5e9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Sep 2018 12:35:39 +0200 Subject: loplugin:simplifyconstruct in stoc..svl Change-Id: I81d465d66a979e9a1e092e5d23ed339840d1fb2d Reviewed-on: https://gerrit.libreoffice.org/60315 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svl/unx/source/svdde/ddedummy.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svl/unx/source') diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index e934b865a857..c505433a1e98 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -91,7 +91,6 @@ long DdeConnection::GetError() DdeConnection::DdeConnection( const OUString&, const OUString& ) : pService(nullptr) , pTopic(nullptr) - , pImp(nullptr) { } -- cgit