summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-09-03 10:56:10 +0000
committerThomas Benisch <tbe@openoffice.org>2001-09-03 10:56:10 +0000
commit7ae106bb38b0786757588199e63d94643bdbf8ec (patch)
tree10ae94369a1127662fbed63970ce60909316d1fe /basctl/source/basicide/baside2.cxx
parent3dfd05700cda93102ee457baf7ecf66bebf7ef3d (diff)
#91121# adapt library management in BasicIDE to library containers
Diffstat (limited to 'basctl/source/basicide/baside2.cxx')
-rw-r--r--basctl/source/basicide/baside2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index a09587b627eb..3fd47073c108 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: baside2.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: tbe $ $Date: 2001-08-29 12:15:59 $
+ * last change: $Author: tbe $ $Date: 2001-09-03 11:45:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -241,7 +241,7 @@ ModulWindow::ModulWindow( ModulWindowLayout* pParent, StarBASIC* pBas,
,m_pShell( pShell )
,m_aLibName( aLibName )
,m_aModName( aModName )
- ,m_aModule( aModule ) // not updated yet
+ ,m_aModule( aModule )
{
DBG_CTOR( ModulWindow, 0 );
nValid = VALIDWINDOW;