summaryrefslogtreecommitdiff
path: root/automation/source/testtool/objtest.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-08-02 14:21:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-08-02 14:21:04 +0200
commit931aa1bfcbd2d1459f8b923a37574371515f8243 (patch)
tree7bf9cea5ea8e418522f01791dbe5c7a431238f55 /automation/source/testtool/objtest.cxx
parentcdcb4db776bdb6b8198e0595543fd982eda68e02 (diff)
remove redundant delete of pHttpRequest
Diffstat (limited to 'automation/source/testtool/objtest.cxx')
-rw-r--r--automation/source/testtool/objtest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index b4589bf03dc8..5fb34f0406c7 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -737,7 +737,6 @@ TestToolObj::~TestToolObj()
delete pImpl->pTTSfxBroadcaster;
delete pImpl->pHttpRequest;
delete pImpl->pChildEnv;
- delete pImpl->pHttpRequest;
pImpl->xErrorList.Clear();
pImpl->xWarningList.Clear();