diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-06-22 13:45:11 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-06-22 13:45:11 +0000 |
commit | 3993ff75f12cfbb489067ba8409104235a8ea59d (patch) | |
tree | a2164e449469e28d3e24eb3198d1b6d5a8804122 /basctl/source/basicide/baside2b.cxx | |
parent | 29190190d9bb3dfa025a5327fe80bf640c953f85 (diff) |
#88565# change module management from sbx to library container
Diffstat (limited to 'basctl/source/basicide/baside2b.cxx')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 24e51a0670ba..84a60503c6ab 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -2,9 +2,9 @@ * * $RCSfile: baside2b.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: tbe $ $Date: 2001-05-16 11:03:20 $ + * last change: $Author: tbe $ $Date: 2001-06-22 14:45:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -671,6 +671,7 @@ void EditorWindow::CreateEditEngine() BOOL bModified = pModulWindow->GetModule()->IsModified(); #endif + pEditEngine = new ExtTextEngine; pEditView = new ExtTextView( pEditEngine, this ); pEditView->SetAutoIndentMode( TRUE ); |