summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/unx/source/svdde/ddedummy.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx
index cecb617479f2..8e3d30df6941 100644
--- a/svl/unx/source/svdde/ddedummy.cxx
+++ b/svl/unx/source/svdde/ddedummy.cxx
@@ -70,6 +70,9 @@ long DdeConnection::GetError()
}
DdeConnection::DdeConnection( const OUString&, const OUString& )
+ : pService(NULL)
+ , pTopic(NULL)
+ , pImp(NULL)
{
}