diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-06-22 17:08:07 +0200 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-06-22 17:08:07 +0200 |
commit | 122581b430e564bcde272a0753f36d64f3aaefb1 (patch) | |
tree | 57ac89bf815021698679555709cdb2d5e7a40a8c /desktop/inc/app.hxx | |
parent | 34dd33af79caf3a13ec3a4e7098616ac0b16cf50 (diff) |
fwk147: Provide better error message if there is no configuration access on startup
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r-- | desktop/inc/app.hxx | 3 |
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 { |