summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-03-27 14:45:27 +0000
committerMathias Bauer <mba@openoffice.org>2001-03-27 14:45:27 +0000
commit976e13cd2c75ed5421b77601c1a37323b939ab6a (patch)
tree007619fb2084bdc7467fb21c8a9763afad3f1846 /sfx2
parent24904b9b5d54f0802ce80c76a41f5746e033f6f9 (diff)
#65293#: pDialogContainer not present in SWT614
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/app.cxx6
1 files changed, 4 insertions, 2 deletions
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;