summaryrefslogtreecommitdiff
path: root/svl/source/svdde/ddecli.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/svdde/ddecli.cxx')
-rw-r--r--svl/source/svdde/ddecli.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx
index fa0192830d80..0edab7f2e96c 100644
--- a/svl/source/svdde/ddecli.cxx
+++ b/svl/source/svdde/ddecli.cxx
@@ -43,14 +43,6 @@
DdeInstData* ImpInitInstData()
{
DdeInstData* pData = new DdeInstData;
- pData->nRefCount = 0;
- pData->aConnections.clear();
- pData->hCurConvSvr = 0;
- pData->hDdeInstSvr = 0;
- pData->nInstanceSvr = 0;
- pData->pServicesSvr = NULL;
- pData->hDdeInstCli = 0;
- pData-> nInstanceCli = 0;
DdeInstData** ppInst = (DdeInstData**)GetAppData( SHL_SVDDE );
*ppInst = pData;