summaryrefslogtreecommitdiff
path: root/desktop/inc
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-06-22 17:08:07 +0200
committerCarsten Driesner <cd@openoffice.org>2010-06-22 17:08:07 +0200
commit122581b430e564bcde272a0753f36d64f3aaefb1 (patch)
tree57ac89bf815021698679555709cdb2d5e7a40a8c /desktop/inc
parent34dd33af79caf3a13ec3a4e7098616ac0b16cf50 (diff)
fwk147: Provide better error message if there is no configuration access on startup
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 0ae632a6e968..df39d0142787 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -75,7 +75,8 @@ class Desktop : public Application
BE_USERINSTALL_FAILED,
BE_LANGUAGE_MISSING,
BE_USERINSTALL_NOTENOUGHDISKSPACE,
- BE_USERINSTALL_NOWRITEACCESS
+ BE_USERINSTALL_NOWRITEACCESS,
+ BE_OFFICECONFIG_BROKEN
};
enum BootstrapStatus
{