summaryrefslogtreecommitdiff
path: root/desktop/inc
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-08-09 04:43:13 +0000
committerCarsten Driesner <cd@openoffice.org>2001-08-09 04:43:13 +0000
commitad020f204e3f8bdc1edd83d8d670e26e3b6567a9 (patch)
tree4ac0ff1d9308c7b3969fc6f50aa20424e7ce8a0b /desktop/inc
parent9c1a55d237359cf189b95131897c973e855d2548 (diff)
#81412# Display configmgr problems during bootstrap
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 98dd819cd5d4..0586aeaaf2ca 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: cd $ $Date: 2001-08-07 11:24:59 $
+ * last change: $Author: cd $ $Date: 2001-08-09 05:43:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,9 @@
#ifndef _TOOLS_RESMGR_HXX
#include <tools/resmgr.hxx>
#endif
+#ifndef _UTL_BOOTSTRAP_HXX
+#include <unotools/bootstrap.hxx>
+#endif
/*--------------------------------------------------------------------
Description: Application-class
@@ -103,6 +106,7 @@ class Desktop : public Application //public SfxApplicationClass
void HandleBootstrapErrors( BootstrapError );
private:
+ void HandleBootstrapPathErrors( ::utl::Bootstrap::Status, const ::rtl::OUString& aMsg );
void StartSetup( const ::rtl::OUString& aParameters );
void OpenStartupScreen();