From 976e13cd2c75ed5421b77601c1a37323b939ab6a Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Tue, 27 Mar 2001 14:45:27 +0000 Subject: #65293#: pDialogContainer not present in SWT614 --- sfx2/source/appl/app.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index f132d4471c05..9168229a00d5 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -2,9 +2,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: mba $ $Date: 2001-03-21 11:42:05 $ + * last change: $Author: mba $ $Date: 2001-03-27 15:45:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -328,7 +328,9 @@ SfxApplication::SfxApplication() pImp->bAutoSaveNow = sal_False; pImp->pTemplateDlg = 0; pImp->pBasicMgr = 0; +#if SUPD>614 pImp->pDialogContainer = 0; +#endif pImp->pBasicTestWin = 0; pImp->pSfxResManager = 0; pImp->pSimpleResManager = 0; -- cgit