summaryrefslogtreecommitdiff
path: root/svl/unx/source/svdde/ddedummy.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/unx/source/svdde/ddedummy.cxx')
-rw-r--r--svl/unx/source/svdde/ddedummy.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx
index 2e03c0862105..87cd7f083b96 100644
--- a/svl/unx/source/svdde/ddedummy.cxx
+++ b/svl/unx/source/svdde/ddedummy.cxx
@@ -194,8 +194,11 @@ const OUString DdeTopic::GetName() const
}
DdeService::DdeService( const OUString& )
+ : pSysTopic(NULL)
+ , pName(NULL)
+ , pConv(NULL)
+ , nStatus(0)
{
- nStatus = 0;
}
OUString DdeService::Topics()