summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/iderdll.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-07-25 10:40:36 +0000
committerThomas Benisch <tbe@openoffice.org>2001-07-25 10:40:36 +0000
commitc8a56afbf70e886de7ceb8af53aa28be57042df8 (patch)
treec5b8f695d2c7dc446153a3e4982de5b263bf88f6 /basctl/source/basicide/iderdll.cxx
parentf3a1181ddb327c057c70302d222f9d678c8736ea (diff)
#88563# BasicIDE load on demand
Diffstat (limited to 'basctl/source/basicide/iderdll.cxx')
-rw-r--r--basctl/source/basicide/iderdll.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx
index d3a03aedb3b7..3578f84c6e09 100644
--- a/basctl/source/basicide/iderdll.cxx
+++ b/basctl/source/basicide/iderdll.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: iderdll.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mba $ $Date: 2001-07-20 10:49:36 $
+ * last change: $Author: tbe $ $Date: 2001-07-25 11:40:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,7 +143,6 @@ BasicIDEDLL::BasicIDEDLL()
BasicIDEDLL::~BasicIDEDLL()
{
- delete pResMgr;
delete pExtraData;
*(BasicIDEDLL**)GetAppData(SHL_IDE) = NULL;
}