diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-03-28 09:49:47 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-03-28 09:49:47 +0000 |
commit | a6206fefe403021681a9568a3ec39831f4b641ec (patch) | |
tree | 5b82f5b632b62b4e34dc77ad050b52916619e9c8 /sfx2 | |
parent | 714b55cecabe7ae75ef54ff06905f1e878758534 (diff) |
Basic library container
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 9168229a00d5..d90c41ceb8f2 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -2,9 +2,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: mba $ $Date: 2001-03-27 15:45:27 $ + * last change: $Author: ab $ $Date: 2001-03-28 10:49:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -328,9 +328,8 @@ SfxApplication::SfxApplication() pImp->bAutoSaveNow = sal_False; pImp->pTemplateDlg = 0; pImp->pBasicMgr = 0; -#if SUPD>614 - pImp->pDialogContainer = 0; -#endif + pImp->pBasicLibContainer = 0; + pImp->pDialogLibContainer = 0; pImp->pBasicTestWin = 0; pImp->pSfxResManager = 0; pImp->pSimpleResManager = 0; |