summaryrefslogtreecommitdiff
path: root/desktop/inc/app.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-24 12:51:04 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-24 12:51:04 +0000
commit1ee0dadfff742f1afc74256a5e6c26fb72e3221c (patch)
treea2b8b8b1514e1b92f627c7fc571ce8a96e0cd6e0 /desktop/inc/app.hxx
parentd7caaa68feea2ffcb88952410aacf9cef9278aba (diff)
INTEGRATION: CWS fwk34 (1.30.80); FILE MERGED
2006/02/28 15:42:43 cd 1.30.80.1: #b6183577# Show error message if disk space or access rights are not sufficient for Office user installation
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r--desktop/inc/app.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 778d1f4bfd..aef73d7664 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: app.hxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: rt $ $Date: 2005-11-11 12:28:20 $
+ * last change: $Author: obo $ $Date: 2006-03-24 13:51:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -100,7 +100,9 @@ class Desktop : public Application
BE_UNO_SERVICE_CONFIG_MISSING,
BE_PATHINFO_MISSING,
BE_USERINSTALL_FAILED,
- BE_LANGUAGE_MISSING
+ BE_LANGUAGE_MISSING,
+ BE_USERINSTALL_NOTENOUGHDISKSPACE,
+ BE_USERINSTALL_NOWRITEACCESS
};
enum BootstrapStatus
{