summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-02-26 11:18:03 +0000
committerAndreas Bregas <ab@openoffice.org>2001-02-26 11:18:03 +0000
commit845120a54274145036235a86982b393f022b18b1 (patch)
tree56ea1006bdc2a5c2fc167aadec23db1a495cb180 /sfx2
parent6f2dfafc9eb6638047c936c4f6988f2c5ebda958 (diff)
Init pDialogContainer
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/app.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index 503c6c6d6d46..d9f4d996bd56 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: as $ $Date: 2001-01-31 14:59:03 $
+ * last change: $Author: ab $ $Date: 2001-02-26 12:18:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -328,6 +328,7 @@ SfxApplication::SfxApplication()
pImp->bAutoSaveNow = sal_False;
pImp->pTemplateDlg = 0;
pImp->pBasicMgr = 0;
+ pImp->pDialogContainer = 0;
pImp->pBasicTestWin = 0;
pImp->pSfxResManager = 0;
pImp->pSimpleResManager = 0;