summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-07-25 13:51:32 +0000
committerThomas Benisch <tbe@openoffice.org>2001-07-25 13:51:32 +0000
commit59e57a8f1c000d5f1786abae653753d6e57a9d56 (patch)
treeb3f213a0ace092043f3c258407e24b699d58b3db /basctl/source/basicide/baside2.cxx
parentc8a56afbf70e886de7ceb8af53aa28be57042df8 (diff)
#88565# change module management from sbx to library container
Diffstat (limited to 'basctl/source/basicide/baside2.cxx')
-rw-r--r--basctl/source/basicide/baside2.cxx19
1 files changed, 2 insertions, 17 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index 1b90601f70a2..67aa9bf6d0b6 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: baside2.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: tbe $ $Date: 2001-07-23 10:55:47 $
+ * last change: $Author: tbe $ $Date: 2001-07-25 14:51:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -234,21 +234,6 @@ void lcl_ConvertTabsToSpaces( String& rLine )
}
-ModulWindow::ModulWindow( ModulWindowLayout* pParent, StarBASIC* pBas, SbModule* pModule ) :
- IDEBaseWindow( pParent, pBas ),
- aXEditorWindow( this )
-{
- DBG_CTOR( ModulWindow, 0 );
- nValid = VALIDWINDOW;
- pLayout = pParent;
- aXEditorWindow.Show();
-
- DBG_ASSERT( pModule, "Es muss ein Modul uebergeben werden!" );
- xModule = pModule;
- SetBackground();
-}
-
-// new CTOR
ModulWindow::ModulWindow( ModulWindowLayout* pParent, StarBASIC* pBas,
SfxObjectShell* pShell, String aLibName, String aModName, ::rtl::OUString& aModule )
:IDEBaseWindow( pParent, pBas )