summaryrefslogtreecommitdiff
path: root/desktop/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 13:50:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 13:50:48 +0000
commitff3899014e4814ec8905a30a304d47b145460ebb (patch)
tree712f1c606ca9f6caa179d50df2eba621f4f9c24f /desktop/inc
parentc45c27b77b2b61e91fc4dae7a99f99630df0db21 (diff)
INTEGRATION: CWS networker (1.20.16); FILE MERGED
2003/10/07 12:05:27 lo 1.20.16.1: #i19273# report internal error if usersetup fails
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 6451c6af13..df6443dd7f 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: vg $ $Date: 2003-07-22 08:26:09 $
+ * last change: $Author: hr $ $Date: 2003-11-07 14:50:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,7 +122,8 @@ class Desktop : public Application
BE_OK,
BE_UNO_SERVICEMANAGER,
BE_UNO_SERVICE_CONFIG_MISSING,
- BE_PATHINFO_MISSING
+ BE_PATHINFO_MISSING,
+ BE_USERINSTALL_FAILED
};
Desktop();