summaryrefslogtreecommitdiffstats
path: root/basctl/inc/iderdll.hxx
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/inc/iderdll.hxx
parent#88563# BasicIDE load on demand (diff)
downloadcore-c8a56afbf70e886de7ceb8af53aa28be57042df8.tar.gz
core-c8a56afbf70e886de7ceb8af53aa28be57042df8.zip
#88563# BasicIDE load on demand
Diffstat (limited to 'basctl/inc/iderdll.hxx')
-rw-r--r--basctl/inc/iderdll.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/basctl/inc/iderdll.hxx b/basctl/inc/iderdll.hxx
index 576ebc7fb4ef..a34a19c1eef2 100644
--- a/basctl/inc/iderdll.hxx
+++ b/basctl/inc/iderdll.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: iderdll.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tbe $ $Date: 2001-07-25 08:41:52 $
+ * last change: $Author: tbe $ $Date: 2001-07-25 11:39:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,13 +64,11 @@
class BasicIDEShell;
class BasicIDEData;
-class ResMgr;
class BasicIDEDLL
{
friend class BasicIDEShell;
- ResMgr* pResMgr;
BasicIDEShell* pShell;
BasicIDEData* pExtraData;
@@ -78,7 +76,6 @@ public:
BasicIDEDLL();
~BasicIDEDLL();
- ResMgr* GetResMgr() const { return pResMgr; }
BasicIDEShell* GetShell() const { return pShell; }
BasicIDEData* GetExtraData();
static void Init();